Permanently deletes the specified system tools collection task along with its deployment history. The resource is identified by the collection ID in the URL path.
delete /dcapi/tools/systemTools/{collectionId}
https://{serverurl}/dcapi/tools/systemTools/{collectionId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the system tools collection
curl --request DELETE \
--url https://appdomains/dcapi/tools/systemTools/{collectionId} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Result of the operation: success or failure
{
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.