Skip to main content

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

Successful Response