cURL
curl --request DELETE \ --url https://api.thundercompute.com:8443/v1/snapshots/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "Snapshot deleted successfully" }
Delete a snapshot by ID
Snapshot ID
The body is of type object.
object
OK
"Snapshot deleted successfully"
Was this page helpful?