Deactivate Seller
Deactivate a seller.
When a seller is deactivated, the status changes from Active
to Offline
.
post
curl -L \
--request POST \
--url 'https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}/deactivate'
{
"id": "text",
"audit": {},
"$meta": {},
"href": "text",
"externalId": "text",
"status": {},
"icon": "text",
"currencies": [
"text"
],
"address": {},
"name": "text"
}