Delete up to 200 records atomically (by id list)
POST/v1/objects/:entity/batch/delete
Delete up to 200 records in one atomic write.
Send an ids array. As with the other batch operations it is all-or-nothing:
one unknown or forbidden id rejects the whole request and nothing is deleted,
so a partially applied cleanup cannot happen.
Set options.suppress_automations: true to skip workflow triggers for the
batch. Requires the matching {entity}:write scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error