Delete one or more certificates from the MDM certificate repository. Optionally redistributes profiles that referenced the deleted certificates.
delete /api/v1/mdm/profiles/certificates
https://{server-hostname}:8383/api/v1/mdm/profiles/certificates
MDMDeviceMgmt.DELETECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Array of certificate IDs to delete. Minimum 1, maximum 25 entries. Obtain from the Get Certificates response
If true, automatically redistributes profiles that referenced the deleted certificates. Default false
curl --request DELETE \
--url https://appdomain/api/v1/mdm/profiles/certificates \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"certificate_ids":[9007199254741000,9007199254741008,9007199254741296],"redistribute_profiles":false}'Delete multiple certificates by their IDs
{
"certificate_ids": [
9007199254741000,
9007199254741008,
9007199254741296
],
"redistribute_profiles": false
}
Delete certificates and redistribute associated profiles
{
"certificate_ids": [
9007199254741000
],
"redistribute_profiles": true
}
true if the certificates were successfully deleted
Certificates successfully deleted
{
"status": true
}
![]()
Duration: 1 minute | Threshold: 60 | 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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.