Skip to main content
DELETE
/
v1
/
people
/
{person_id}
/
phone_numbers
/
{id}
Delete a phone number
curl --request DELETE \
  --url https://api.slant.app/v1/people/{person_id}/phone_numbers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "invalid_json",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Path Parameters

person_id
string
required

The person ID

id
string
required

The phone number ID

Response

phone number deleted