Skip to main content
DELETE
Bulk Delete Assignments

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to bulk delete entities by their IDs.

ids
string<uuid>[]
required

Response

Successful Response

Response from bulk delete operation.

deletedCount
integer
required
failedIds
string<uuid>[]
errors
string[]