cURL
curl --request POST \ --url https://api.rallyuxr.com/api/public/v1/people/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "personIds": [ "cm0b4eokq000vbbsimwelll3u" ] } '
{ "message": "<string>", "count": 123 }
Delete people by id or email.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the person to be deleted, either personId or by email lookup
People to be deleted by id
100
Count of people marked for deletion