Skip to main content
DELETE
Delete document
Delete a specific document. If it is the last document, it effectively resets the collection schema.

Authorizations

Authorization
string
header
required

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

Path Parameters

source
string
required
db
string
required
id
string
required

Response

204

Document deleted or nulled successfully.