Remove document from collection

DELETE

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

Response

Successful Response

resultsobject

Errors

Built with