Remove a Caslib definition
delete/servers/{serverName}/caslibs/{caslibName}
Removes a Caslib definition.
Name | Type | Required | Description |
---|---|---|---|
caslibName | string | true | The Caslib name on which to perform the operation. |
serverName | string | true | Server name containing the Caslib. |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The Caslib definition was removed. | ||
400 | Bad Request | The request parameters were invalid. | ||
404 | Not Found | The requested CAS server or Caslib does not exist. | ||
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |