- Overview
- What's New in V6?
- Changelog
- API Directory
- API Collection
- OAuth Authentication
- OAuth Scopes
- API Limits
- Multi DC Support
- Increase API Credits
- Customize API Usage Notification
- GDPR Compliance
- HIPAA Compliance
- API Dashboard
- HTTP Request Methods
- Status Codes
- Zoho CRM SDKs
- Metadata APIs
- Modules
- Fields
- Layouts
- Related Lists
- Profiles
- Custom View
- Roles
- Global Picklists
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- GETTerritories Assigned
- GETAssociated User Count
- GETRetrieve User details Associated with a Territory
- PUTAssociate Users with Territory
- POSTRemove Territories of Records
- POSTAssign Territories to Records
- DELETEDisassociate Users from Territory
- Scoring Rules
- Variables
- Map Dependency
- User Groups
- Tags
- Unsubscribe Links
- Pipeline
- Wizards
- Assignment Rules
- Templates
- User's Unavailability
- Portals
- Fiscal Year
- Business Hours
- Holidays
- Record Locking Configuration
- Shift Hours
- Entity APIs
- Organization
- Users
- Records
- Related Records
- Records APIs using External ID
- Related Records Using External ID
- Merge Records
- Features
- Meeting Cancel
- Linking Modules
- Subforms
- Contact Roles
- Photos and Attachments
- Mass Update
- Mass Delete
- Currencies
- Files
- Share
- Fields Attachments
- Recycle Bin
- Change Owner
- Mass Change Owner
- Emails
- Blueprint
- Notes
- Bulk APIs
- Composite API
- Notification APIs
- Query API
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.READ
(or)
scope=ZohoCRM.mass_delete.{module_name}.READ
Parameters
- job_idstring, mandatory
Specifies the unique ID of the mass delete job obtained in the response of Mass Delete Records.
Sample Request
Copiedcurl "https://www.zohoapis.com/crm/v6/Leads/actions/mass_delete?job_id= 3652397000009565021"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
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{
"data": [
{
"Status": "COMPLETED",
"Failed_Count": 0,
"Deleted_Count": 9,
"Total_Count": 9
}
]
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.