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

idstringRequired
The unique identifier of the collection
document_idstringRequired
The unique identifier of the document to remove

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Response

Successful Response
resultsobject

Errors