curl --request DELETE \
--url https://api.faraday.range.org/v1/persons/{id} \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the person to delete (UUID)
Person deleted successfully
Last modified on February 9, 2026