Skip to main content
PATCH
Delete multiple documents

Authorizations

Authorization
string
header
required

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

Body

application/json
tenantId
string
required

Tenant ID

Example:

"105fa115-52d0-4466-baff-740447a60774"

documentIds
string[]
required

Selected Document ids for the bulk action

Minimum array length: 1
Example:

Response

200 - application/json

Decisions deleted successfully

deleteCount
number
required

Count of deleted documents

Example:

5