Delete Node
DELETE
/api/v1/nodes/{node_id}/Path parameters
node_idPathstringrequiredPath parameter
node_id.
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the delete node request
- required
- must be a non-empty alphanumeric string
example{{api_key}}locationQuerystringrequiredSpecifies the target node location for deletion
- required
- non-empty string
example{{location}}
Responses
200Successful response
HTTP status code returned by the Delete Node operation
example
200- must be an integer
- should be a 2xx success code (e.g., 200)
Result message indicating the outcome of the delete operation
example
Success- non-empty string
- max length 255 characters