Deactivate Seller
Deactivate a seller. When the seller has been deactivated, the status changes from Active
to Offline
.
post
Path parameters
idstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
POST /public/v1/accounts/sellers/{id}/deactivate HTTP/1.1
Host: api.s1.today
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-09T14:24:58.355Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-09T14:24:58.355Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"externalId": "text",
"status": "Active",
"currencies": [
"text"
],
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
},
"name": "text",
"erpLink": {
"id": "text",
"icon": "text",
"name": "text",
"companyName": "text",
"status": "Active"
}
}
Last updated
Was this helpful?