Skip to main content
DELETE
/
v1
/
persons
/
{id}
Delete a person record
curl --request DELETE \
  --url https://api.faraday.range.org/v1/persons/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Unique identifier of the person to delete (UUID)

Response

Person deleted successfully