/v1/api/dnsResolverServices/{id} (DELETE) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v4.x.x
Deletes a specific DNS resolver service from a Service Point v4 instance.
Attention: Once the API has been successfully called, the deletion task is queued and does not indicate that the DNS resolver service has been immediately deleted.
DELETE https://api-<BlueCat.edge.url>/v1/api/dnsResolverServices/{id}?force=true
Authorization: Bearer token

Path parameter

Name Description Type Required/Optional
id The DNS resolver service ID. Integer Required

Query parameter

Name Description Type Required/Optional
force Indicates whether to forcefully delete the DNS resolver service from the service point. Upon a successful API call, the DNS resolver service is dropped from the Edge Cloud database and will no longer appear.
Attention: BlueCat recommends using this query parameter only if the service point has been deleted but the DNS resolver service deployed on the service point was not deleted first.

BlueCat does not recommend using this query parameter during normal operations and should only be used in exceptional circumstances.

Boolean Optional

Successful response

202 Accepted
Possible error codes
  • 404 DNS resolver service does not exist
  • 500 Internal Server Error