Skip to main content
DELETE
/
v0
/
brands
/
{brand_id}
Delete brand
curl --request DELETE \
  --url https://api.tryarchitect.com/v0/brands/{brand_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

brand_id
string
required

brand_id parameter

Response

200 - application/json

Successful operation

success
boolean
required