Remove a node
delete/servers/{serverName}/nodes/{nodeId}
Removes a worker node from a CAS server.
Name | Type | Required | Description |
---|---|---|---|
nodeId | string | true | Node ID on which to perform the operation. |
serverName | string | true | Server name containing the session. |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The node was removed. | ||
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The requested session in the requested server name does not exist, or the node 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. |