Retrieves patch cleanup settings configuration.
get /dcapi/patch/settings/cleanupSettings
https://{serverurl}/dcapi/patch/settings/cleanupSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/patch/settings/cleanupSettings \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Whether patch cleanup is enabled
Interval in days between cleanup runs
Delete patches older than this many days
Whether to delete superseded patches
Whether to delete declined patches
Current cleanup settings
{
"cleanupOlderThanDays": 90,
"cleanupIntervalDays": 30,
"deleteDeclinedPatches": false,
"cleanupEnabled": true,
"deleteSupersededPatches": true
}
![]()
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.