Was this helpful?
#227:
Change request updated 3 months ago
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 'https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/disable'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "externalId": "text", "status": {}, "icon": "text", "address": {}, "name": "text", "currencies": [ "text" ] }