Skip to main content
DELETE
/
brands
/
{id}
Delete a brand
curl --request DELETE \
  --url https://www.trybloom.ai/api/v1/brands/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "workspaceId": "<string>",
    "workspaceName": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Bloom API key, for example x-api-key: bloom_sk_....

Path Parameters

id
string<uuid>
required

Brand ID

Body

application/json

The body is of type object.

Response

OK

data
object
required