Permanently deletes a replication policy by ID.
https://{serverurl}/dcapi/som/replication-policies/{replication_policy_id}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique identifier of the replication policy, get replication policy id from the Replication Policies api response(replicationPolicyID)
curl --request DELETE \
--url https://appdomains/dcapi/som/replication-policies/{replication_policy_id} \
--header 'Accept: application/replicationPolicyDeletedStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Indicates whether the replication policy update or deletion completed successfully
Descriptive message confirming the operation or explaining the reason for failure (e.g., 'Replication policy - Business Hours Only has been updated successfully')
HTTP status code (404)
Error code identifying the resource that was not found
Error message describing the missing resource
HTTP status code (412)
Precondition failed error code identifying the business logic violation
Error message describing the precondition failed while processing request
Policy deleted
{
"message": "Replication policy - Business Hours Only has been deleted successfully",
"status": true
}
Replication policy not found
{
"errorCode": "30027",
"message": "Replication policy does not exist",
"statusCode": 404
}
Policy is associated with remote offices
{
"errorCode": "30026",
"message": "Cannot delete policy. It is associated with one or more remote offices",
"statusCode": 412
}
![]()
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.