Mass Delete Status
Purpose
To get the status of the mass delete job scheduled previously.
Request Details
Request URL
{api-domain}/crm/{version}/{module_api_name}/actions/mass_delete?job_id={job_id}
Supported modules
Leads, Accounts, Contacts, Deals, Campaigns, Tasks, Cases, Meetings, Calls, Solutions, Products, Vendors, Price Books, Quotes, Sales Orders, Purchase Orders, Invoices, Services, Appointments, and Custom
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.mass_delete.{module_name}.READ
or
scope=ZohoCRM.mass_delete.{module_name}.DELETE
Sample Request
Copied
Response JSON Keys
- Statusstring
Indicates the status of the mass delete API. Possible values are "COMPLETED", "RUNNING", and "FAILED".
- Total_Countinteger
Specifies the total number of records that were scheduled to be deleted.
- Failed_Countinteger
Specifies the number of records that were not deleted.
- Deleted_Countinteger
Specifies the number of records that were deleted successfully.
Sample Response
Copied