DELETE
/
athletes
/
{athleteId}
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

200
application/json

Successful deletion of athlete data

The response is of type object.