Skip to main content
DELETE
/
snapshots
/
{snapshotId}
Delete snapshot
curl --request DELETE \
  --url https://your-domain.com/api/client/v1/snapshots/{snapshotId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "deleted": true,
  "storage_deleted": true,
  "storage_cleanup_skipped": true,
  "storage_cleanup_reason": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

snapshotId
string
required

Snapshot record ID.

Response

Snapshot deleted

ok
boolean
deleted
boolean
storage_deleted
boolean
storage_cleanup_skipped
boolean
storage_cleanup_reason
string | null