Delete Unregister
The entire URL for the task is returned in the Location header of the response.
- Note: A node must be inactive in order for it to be unregistered.
Request
URI
DELETE
https://{api_host}/api/1.0.0/nodes/{node-name}
COPY
Path Parameters
string
node-name
Required
name of the node which is being unregistered
Responses
202
Response Body is empty. Response includes Location header with URL to related task-id.
Operation doesn't return any data structure
Response Headers
string
Location
Task URL. Example: https://<vcd-appliance-ip>:5480/api/1.0.0/tasks/<task-id>
404
API not applicable for cell-type appliances
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/1.0.0/nodes/{node-name}