DELETE
/
people
/
{personId}
curl --request DELETE \
  --url https://api.rallyuxr.com/api/public/v1/people/{personId} \
  --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

personId
string
required

The ID of the person

Response

202
application/json
Successfully marked person for deletion
message
string