DELETE
/
snapshots
/
{snapshot_id}
curl --request DELETE \
  --url https://api.thundercompute.com:8443/snapshots/{snapshot_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "status": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

snapshot_id
string
required
Minimum length: 1

Response

default - application/json

Default error response

The response is of type object.