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>'
{
  "message": "Resource not found"
}

Authorizations

Authorization
string
header
required

API key authentication (Bearer token)

Path Parameters

user_id
string
required
phone_id
string
required

Response

Phone deleted successfully