Deletes a specific DNS resolver service from a Fleet Service Point.
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-<DNS.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 Fleet Service Point. Upon a successful API call, the DNS resolver
service is dropped from the Edge Cloud database and will no longer
appear. BlueCat recommends using this query parameter if the Fleet Service Point has been deleted but the DNS resolver service deployed the Fleet Service Point was not deleted first. |
Boolean | Optional |
Successful response
202 Accepted
Possible error codes
- 404 DNS resolver service does not exist
- 500 Internal Server Error