Delete Snapshot
DELETE
/api/v1/nodes/{node_id}/snapshot/{snapshot_uuid}Path parameters
node_idPathstringrequiredPath parameter
node_id.snapshot_uuidPathstringrequiredPath parameter
snapshot_uuid.
Query parameters
project_idQuerystringoptionalIdentifier 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}}apikeyQuerystringoptionalAPI key used to authorize the delete snapshot request
- required
- must be a non-empty string
example{{snapshot_uuid}}locationQuerystringoptionalE2E 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
HTTP status code returned by the Delete Snapshot operation
example
200- must be an integer
- should be a valid HTTP status code (e.g., 200)
Result message indicating the outcome of the delete snapshot operation
example
Success- must be a non-empty string
- maximum length of 255 characters