Delete multiple object records (up to 1000) asynchronously
Use this endpoint to delete multiple object records of the same object-type in one request.
The request is accepted and processed asynchronously. You can track the status of the deletion process using the returned **processId**.
**API and Schema Limitations:** - Each request can contain up to **1000** object record identifiers - If more records must be deleted → send multiple batch requests
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
object_type
Object type for the records to delete
Request
List of object record identifiers to delete
identifiers
One of the below must be provided
Response
Batch request accepted for deletion - process started
processId
Identifier for batch process tracking
message