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
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/disable', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" }