Skip to main content

Delete Snapshot

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

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

  • snapshot_uuidPathstringrequired

    Path parameter snapshot_uuid.

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 authorize the delete snapshot request

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

    E2E Myaccount region where the snapshot resides

    • must be a non-empty string
    • should be a valid E2E Myaccount region name (e.g., westus2)
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code returned by the Delete Snapshot operation

example200
  • must be an integer
  • should be a valid HTTP status code (e.g., 200)
dataobject
errorsobject
messagestring

Result message indicating the outcome of the delete snapshot operation

exampleSuccess
  • must be a non-empty string
  • maximum length of 255 characters