Remove a Caslib definition

delete/servers/{serverName}/caslibs/{caslibName}
Internal-Use Only

Removes a Caslib definition.

Request Samples

1

Response Samples

1No example avaliable

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 ContentThe Caslib definition was removed.
400Bad RequestThe request parameters were invalid.
404Not FoundThe requested CAS server or Caslib 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.