Deletes a specific discovery configuration.
DELETE https://api-<BlueCat.edge.url>/v1/api/discoveryConfigs/{id}
Authorization: Bearer authorization token
Successful response
204 NO CONTENT
Possible error codes:
- NOT FOUND - Configuration can't be found
- BAD REQUEST - Invalid request or the ID is malformed
- CONFLICT - The discovery configuration is specified in one or more discovered namespaces, or in one or more discovery instances
- INTERNAL SERVER ERROR - Unexpected error