Permanently deletes all configurations currently in the trash for the requesting customer. This action is irreversible.
delete /dcapi/configuration/trash/empty
https://{serverurl}/dcapi/configuration/trash/empty
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request DELETE \
--url https://appdomains/dcapi/configuration/trash/empty \
--header 'Accept: application/emptyTrashStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Result of the operation — Success when completed successfully
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
All trashed configurations permanently deleted
{
"status": "Success"
}
User lacks Settings_Write role
{
"error_description": "Access denied - You are not allowed to access the requested resource.",
"error_code": "UAC_UNAUTHORIZED"
}
![]()
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.