Skip to main content
DELETE
/
users
/
{user_id}
/
phones
/
{phone_id}
Delete User Phone
curl --request DELETE \
  --url https://api.wacht.dev/users/{user_id}/phones/{phone_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

user_id
string
required
phone_id
string
required

Response