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>'
{
  "error": "Unauthorized"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

user_id
string
required

(i64 formatted as string)

phone_id
string
required

(i64 formatted as string)

Response

Phone deleted successfully