DELETE Log Forwarder Id
Deletes an log forwarding destination.
The unique identifier of a forwarding configuration. This is the id
value returned from
the [GET /api/v2/log-forwarder/
] API.
Log forwarding configuration removed successfully
Log forwarding configuration is not found
{
"errorMessage": "No such forwarder found.",
"errorCode": "FIELD_ERROR",
"errorDetails": {
"id": "com.vmware.loginsight.api.errors.forwarding.not_exists"
}
}
A message describing the error.
A code representing the type of error.
Dynamic error details, where the field name can vary depending on the request field and error code.
Internal error while processing the client request
{
"errorMessage": "The operation failed due to an internal error."
}
A message describing the error.
A code representing the type of error.
Dynamic error details, where the field name can vary depending on the request field and error code.
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v2/log-forwarder/{id}