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

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Deletes an IP list by ID.

DELETE https://api-<BlueCat.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
Possible error codes
  • 400 IP List in use
  • 401 Unauthorized - Missing or invalid token
  • 403 Forbidden - You are not authorized to perform this action
  • 404 IP List was not found
  • 500 Internal Server Error