Skip to main content
DELETE
/
api
/
v1
/
collections
/
{id}
Delete a collection
curl --request DELETE \
  --url https://aigmented.io/api/v1/collections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Collection removed"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aigmented.io/llms.txt

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

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Example: Authorization: Bearer sk-xxxxxxxxxxxx

Path Parameters

id
integer
required

Collection ID

Response

Collection deleted

message
string
Example:

"Collection removed"