Remove a logger

delete/servers/{serverName}/loggers/{loggerName}
Internal-Use Only

Removes a logger from a CAS server.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
loggerName
string
true

Logger to delete.

serverName
string
true

Server name containing the logger.

Responses

StatusMeaningDescription
204No ContentThe logger was removed.
400Bad RequestAn error occurred.Schema
404Not FoundThe requested session in the requested server name does not exist, or the logger does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.