Loading...
Disable or deactivate the seller object.
When disabled, the status changes from Active to Disabled. Disabled sellers cannot be used in transactions.
Active
Disabled
/v1/accounts/sellers/{id}/disable
curl -L \ --request POST \ --url '/v1/accounts/sellers/{id}/disable'
{ "id": "text", "audit": { "created": { "at": "2025-02-22T08:39:52.991Z", "by": { "id": "text", "audit": { "created": { "at": "2025-02-22T08:39:52.991Z", "by": "[Circular Reference]" }, "updated": { "at": "2025-02-22T08:39:52.991Z", "by": "[Circular Reference]" } }, "$meta": { "omitted": [ "text" ] }, "href": "text", "name": "text", "icon": "text" } }, "updated": { "at": "2025-02-22T08:39:52.991Z", "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" ] }