cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/brands/{id} \ --header 'Authorization: <api-key>'
{ "code": "account_not_found", "error": "account not found" }
Deletes a brand and disconnects all its connected accounts.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Brand ID
Brand deleted