DELETE
/
v1
/
collections
/
{id}
Delete collection
curl --request DELETE \
  --url https://api.getbluma.com/api/v1/collections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "status": 123,
    "title": "<string>",
    "detail": "<string>",
    "request_id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "metadata": {},
    "links": {
      "docs": "<string>",
      "support": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Path Parameters

id
string
required

Collection identifier

Response

Collection deleted