Skip to main content
DELETE
/
brands
/
{brandSlug}
Delete Brand
curl --request DELETE \
  --url https://app.autoposting.ai/api-proxy/brands/{brandSlug} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

brandSlug
string
required

The brand's slug identifier.

Example:

"acme-corp"

Response

Brand deleted.

success
boolean
required
Example:

true

data
object
required