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 email address from a person
cURL
curl --request DELETE \ --url https://api.slant.app/v1/people/{person_id}/email_addresses/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
OAuth 2.0 Bearer Token from Clerk authentication
The person ID
The email address ID
email address deleted