Disable Seller
post
Path parameters
idstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
/public/v1/accounts/sellers/{id}/disableLast updated
Was this helpful?
OK
Bad Request
Not Found
Last updated
Was this helpful?
Was this helpful?
POST /public/v1/accounts/sellers/{id}/disable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2026-02-11T17:09:47.926Z",
"by": {}
},
"updated": {
"at": "2026-02-11T17:09:47.926Z",
"by": {}
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"externalId": "text",
"status": "text",
"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": "text"
}
}