DELETE
/
snapshots
/
{snapshot_id}
Delete a snapshot
curl --request DELETE \
  --url https://api.cloud.onidel.com/snapshots/{snapshot_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-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