Skip to main content
DELETE
/
collections
/
{collectionId}
Delete Collection
curl --request DELETE \
  --url https://getunblocked.com/api/v1/collections/{collectionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400
}

Documentation Index

Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The API key to authenticate requests. Obtainable from the web dashboard.

Path Parameters

collectionId
string<uuid>
required

The ID of the collection.

Response

No Content