Deletes a specific discovery instance.
DELETE https://api-<BlueCat.edge.url>/v1/api/discoveryInstances/{id}
Authorization: Bearer authorization token
Successful response
204 NO CONTENT
Possible error codes:
- NOT MODIFIED - Deletion already in progress
- BAD REQUEST - Invalid discovery instance ID
- NOT FOUND - Instance can't be found
- CONFLICT - Service instance is updating
- INTERNAL SERVER ERROR - Unexpected error