Delete an address from a person
cURL
curl --request DELETE \ --url https://api.slant.app/v1/people/{person_id}/addresses/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "invalid_json", "detail": "<string>" }
OAuth 2.0 Bearer Token from Clerk authentication
The person ID
The address ID
address deleted