DELETE
/
brands
/
{brand_id}
curl --request DELETE \
  --url https://api.charp.ai/brands/{brand_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

brand_id
string
required

Unique identifier of the brand

Response

204
_mintlify/placeholder

Brand deleted successfully