Skip to main content

Batch Delete Documents

POST 

/collections/:collectionName/documents/remove

Delete documents matching the query conditions. Uses POST method because complex query conditions need to be passed in the request body. The query cannot be an empty object (to prevent accidental deletion of all data). Non-admin users will have _openid conditions automatically injected.

Request

Responses

Delete successful