Skip to main content

Documentation Index

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

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

Remove a specific file from a collection.
collection_id
string
required
The collection ID
file_id
string
required
The file ID to remove
curl -X DELETE https://api-be.atthene.com/api/v1/collections/coll_123/files/file_456/ \
  -H "x-api-key: YOUR_API_KEY"

Response

Returns 204 No Content on success.
Removing a file from a collection does not delete the file itself, only the association.