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

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

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

Last modified on February 9, 2026