Remove document from collection
Remove a document from a collection.
This endpoint removes the association between a document and a collection. It does not delete the document itself. The user must have permissions to modify the collection.
Path parameters
id
The unique identifier of the collection
document_id
The unique identifier of the document to remove
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Response
Successful Response
results