cURL
curl --request DELETE \ --url https://api.faraday.range.org/v1/persons/{id} \ --header 'Authorization: Bearer <token>'
204
Deletes the IVMS101-compliant person entity corresponding to the given UUID. Returns 204 if the deletion is successful, or 404 if the person does not exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the person to delete (UUID)
Person deleted successfully