Brands

Delete a brand

Deletes a brand. The default brand cannot be deleted; domains that used the deleted brand fall back to the default.

DELETE
/v1/brands/{slug}

Deletes a brand. The default brand cannot be deleted; domains that used the deleted brand fall back to the default.

x-api-key<token>

In: header

Path Parameters

slug*string
Match^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/brands/string"
{  "success": true}

Related documentation