DELETE
/
athletes
/
{athleteId}
Deletes Athlete in Organization
curl --request DELETE \
  --url https://api.uplift.ai/v1/athletes/{athleteId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

athleteId
string
required

The unique identifier for the athlete record to be retrieved.

Response

Successful deletion of athlete data

message
string

Athlete has been successfully deleted.