Skip to main content
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.