Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>'
{ "detail": "<string>" }
OAuth 2.0 Bearer Token from Clerk authentication
The person ID
The address ID
address deleted