Skip to main content
DELETE
/
api
/
training
/
snapshots
/
{id}
Delete a training snapshot
curl --request DELETE \
  --url https://your-instance.example.com/api/training/snapshots/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Training snapshot deleted successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Training snapshot deleted successfully

success
enum<boolean>
required
Available options:
true
message
string
required