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_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 authorize the delete snapshot request
- required
- must be a non-empty string
example{{snapshot_uuid}}locationQuerystringrequiredE2E 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