Skip to main content
DELETE
/
zone
/
{id}
Delete zone
curl --request DELETE \
  --url https://api.truecold.io/zone/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Zone deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Zone ID

Response

Successfully deleted zone

message
string
Example:

"Zone deleted successfully"