Skip to main content

Cancel zone modifications

This endpoint allows you to cancel all the modifications you have made to the zone and which have not yet been validated.

Endpoint

POST /dns/v3/zones/{zonename}/cancel

Parameters

NameLocationRequiredTypeDefault valueDescription
zonenameURLYesStringThe zone name
include_other_users_changesURLNoBooleanfalseCancel all modifications not yet validated, including those made by other users.

Response

A success message

Example Request

POST /dns/v3/zones/example.com/cancel

Example Response

{
"message": "OK"
}