Delete snapshot
Delete a specific snapshot from an instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidsnapshot_uuid*string
UUID of the snapshot
Format
uuidResponse Body
application/json
curl -X DELETE "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/snapshot/497f6eca-6276-4993-bfeb-53cbbbba6f08/delete"{
"message": "Removing snapshot...",
"data": {
"vm_uuid": "5afb774f-8216-4579-b1f7-69c6de398477",
"snap_uuid": "a88439f1-cde3-476b-b425-c47cb98ad703"
}
}