Delete the namespace specified by namespace ID
DELETE https://api-<BlueCat.edge.url>/v2/api/namespaces/{namespaceID}
Authorization: Bearer token
Content-Type: application/json
Successful response
204 NO CONTENT
Possible error codes
- 400 Bad Request - Invalid namespace ID or the namespace requested for deletion is the last default namespace
- 404 Not Found - No matching namespace found
- 409 Conflict - Deletion failed because the namespace has attached sites
- 500 Internal Server Error - Unexpected error while processing the request