/v1/api/ipLists/{id} (DELETE) - BlueCat DNS Edge

DNS Edge API Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Deletes an IP list by ID.

DELETE https://api-<DNS.Edge.URL>/v1/api/ipLists/{id}
Authorization: Bearer token
Content-Type: application/json  

Parameters

Name Description Type Required
id The ID of the IP list. String Required

Successful response

204 NO CONTENT

Response on unsuccessful authorization

401 Unauthorized
Content-Type: application/JSON
{"code": "UNAUTHORIZED", "brief": "You are not authorized to perform this action"}
Possible error codes
  • 400 IP List in use
  • 404 IP List was not found
  • 500 Internal Server Error