cURL
curl --request DELETE \ --url https://api.thundercompute.com:8443/snapshots/{snapshot_id} \ --header 'Authorization: Bearer <token>'
{ "code": 123, "status": "<string>", "message": "<string>", "errors": {} }
Delete a user snapshot.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Default error response
The response is of type object.
object
Was this page helpful?