Last updated 17 days ago
Was this helpful?
Deactivate a seller.
When a seller is deactivated, the status changes from Active to Offline.
Active
Offline
/v1/accounts/sellers/{id}/deactivate
curl -L \ --request POST \ --url '/v1/accounts/sellers/{id}/deactivate'
{ "id": "text", "audit": { "created": { "at": "2025-02-21T18:12:16.301Z", "by": { "id": "text", "audit": { "created": { "at": "2025-02-21T18:12:16.301Z", "by": "[Circular Reference]" }, "updated": { "at": "2025-02-21T18:12:16.301Z", "by": "[Circular Reference]" } }, "$meta": { "omitted": [ "text" ] }, "href": "text", "name": "text", "icon": "text" } }, "updated": { "at": "2025-02-21T18:12:16.301Z", "by": "[Circular Reference]" } }, "$meta": { "omitted": [ "text" ] }, "href": "text", "externalId": "text", "status": "Active", "icon": "text", "address": { "addressLine1": "text", "addressLine2": "text", "postCode": "text", "city": "text", "state": "text", "country": "text" }, "name": "text", "currencies": [ "text" ] }