The No-IP API is in beta and we are actively working on new features and endpoints.
Delete zone
DELETE /v1/dns/zones/{zone_name}
Delete zone, associated records and metadata.
Path Parameters
zone_name
The name of the zone.
Example: example.com
Response
unauthorized (code: 2465)
{ "errors": [ { "code": "string", "detail": "string", "id": "string", "location": "string", "pointer": "string", "title": "string" } ], "warnings": [ { "code": "string", "detail": "string", "title": "string" } ]}
Multiple error variants are possible:
- changing this zone is forbidden (code: 4238)
- changing this zone is prohibited; please contact support (code: 3903)
- operation only available via the website (code: 4786)
{ "errors": [ { "code": "string", "detail": "string", "id": "string", "location": "string", "pointer": "string", "title": "string" } ], "warnings": [ { "code": "string", "detail": "string", "title": "string" } ]}
zone not found (codes: 2510, 2728)
{ "errors": [ { "code": "string", "detail": "string", "id": "string", "location": "string", "pointer": "string", "title": "string" } ], "warnings": [ { "code": "string", "detail": "string", "title": "string" } ]}