/v1/api/loggingEndpoints/{loggingEndpointId} (DELETE) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

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

Deletes a logging endpoint by ID.

DELETE https://api-<BlueCat.edge.url>/v1/api/loggingEndpoints/{loggingEndpointId}
Authorization: Bearer token
Content-Type: application/json       

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
  • 404 Not Found - No resource was found with the specified ID.
  • 409 Conflict - The resource is used by a site and cannot be deleted.
  • 500 Internal Server Error - An internal server error occurred, contact application support.