Remove a node

delete/servers/{serverName}/nodes/{nodeId}
Internal-Use Only

Removes a worker node from a CAS server.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
nodeId
string
true

Node ID on which to perform the operation.

serverName
string
true

Server name containing the session.

Query Parameters

NameTypeRequiredDescription
superUserSessionId
string
false

Session ID being used to remove the node. Has to be a superuser.

Responses

StatusMeaningDescription
204No ContentThe node was removed.
400Bad RequestThe request was invalid.Schema
404Not FoundThe requested session in the requested server name does not exist, or the node 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.