Skip to main content

Delete Node

DELETE/api/v1/nodes/{node_id}/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key used to authenticate the delete node request

    • required
    • must be a non-empty alphanumeric string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the target node location for deletion

    • required
    • non-empty string
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code returned by the Delete Node operation

example200
  • must be an integer
  • should be a 2xx success code (e.g., 200)
dataobject
errorsobject
messagestring

Result message indicating the outcome of the delete operation

exampleSuccess
  • non-empty string
  • max length 255 characters