---
title: "Enable or disable Whatsapp calling for a phone number"
method: PATCH
path: "/whatsapp/phone_numbers/{phone_number}/calling_settings"
tags: ["Whatsapp Phone Numbers"]
---

# Enable or disable Whatsapp calling for a phone number

`PATCH /whatsapp/phone_numbers/{phone_number}/calling_settings`

Enable or disable WhatsApp calling for a phone number and manage its calling configuration.

## Path parameters

- `phone_number` string, required

## Request body

- WhatsappPatchCallingSettingsRequest
  - `enabled` boolean, required

## Response `200`

Successful response with Whatsapp calling settings

- object
  - `data` WhatsappCallingSettingsData
    - `enabled` boolean — True if calling is enabled on the phone
    - `phone_number` string — Phone number in E164 format
    - `record_type` string
    - `updated_at` string, date-time

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/1571b0380bd7/schema)
