Skip to main content
DELETE
Remove variables
Remove specific variables (fields) from all documents in a collection.

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

Body

application/json
variables
string[]

Response

200 - application/json

Variables removed successfully.

statusMessage
string
deletedCount
integer
deletedFields
string[]