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