Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://www.closient.com/brands/api/v1/brands/{id} \ --header 'X-API-Key: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "error_code": "<string>", "timestamp": "<string>", "retryable": false, "retry_after": 123, "owner_action_required": true, "details": "<unknown>" }
Soft-delete a brand (sets is_active=False). Requires OWNER or MANAGER role.
URL-safe brand identifier.
22
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$
No Content