Skip to main content
DELETE
/
collections
/
{collectionId}
cURL
curl --request DELETE \
  --url https://helpcenter.thena.ai/collections/{collectionId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Collection deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.thena.ai/llms.txt

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

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

collectionId
string
required

Collection ID

Example:

"507f1f77bcf86cd799439011"

Response

Collection deleted successfully

message
string
required
Example:

"Collection deleted successfully"