Skip to main content
DELETE
/
snapshots
/
{snapshot_id}
Delete a snapshot
curl --request DELETE \
  --url https://api.hypercore.vn/snapshots/{snapshot_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

snapshot_id
string<uuid>
required

Snapshot UUID that need to be considered for filter

Query Parameters

team_id
string

Team ID that need to be considered for filter. Default team will be used if not provided.

Response

Successful operation