Remove a Caslib definition

delete/servers/{serverName}/caslibs/{caslibName}

Removes a Caslib definition.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
caslibName
string
true

The Caslib name on which to perform the operation.

serverName
string
true

Server name containing the Caslib.

Query Parameters

NameTypeRequiredDescription
deleteDirectory
boolean
false

Set to true to also remove the caslib backing directory for path-based caslibs (if empty). Defaults to false.

sessionId
string
false

Session ID on which to perform the operation.

Responses

StatusMeaningDescription
204No Content

The Caslib definition was removed.

400Bad Request

The request parameters were invalid.

404Not Found

The requested CAS server or Caslib 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.