Deletes a deployment history record. In-progress deployments must be stopped first using the stop deployment API.
delete /emsapi/osdeployer/deployments/{deploymentId}
https://{serverurl}/emsapi/osdeployer/deployments/{deploymentId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
ID of the OS Deployer deployment
curl --request DELETE \
--url https://appdomains/emsapi/osdeployer/deployments/{deploymentId} \
--header 'Accept: application/deploymentDeleteStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'True if the deployment was successfully deleted.
Deployment record removed
{
"deploymentDeleteStatus": true
}
![]()
Duration: 1 minute | Threshold: 50 | 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.