Remove a logger

delete/servers/{serverName}/loggers/{loggerName}

Removes a logger from a CAS server.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
loggerName
string
true

Logger to delete.

serverName
string
true

Server name containing the logger.

Responses

StatusMeaningDescription
204No Content

The logger was removed.

400Bad Request

An error occurred.

Schema
404Not Found

The requested session in the requested server name does not exist, or the logger does not exist.

409Conflict

The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.