Skip to main content
DELETE
/
brands
/
{brand_id}
Delete Brand
curl --request DELETE \
  --url https://api.peec.ai/customer/v1/brands/{brand_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

brand_id
string
required

Response

Brand deleted successfully

Brand deleted successfully