Skip to main content
DELETE
/
v1
/
phones
/
{id}
Delete person phone
curl --request DELETE \
  --url https://api.wellapp.ai/v1/phones/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

phoneId
string<uuid>
required

UUID of the phone number to delete

Response

Person phone deleted successfully

I