---
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
    - `record_type` string
    - `phone_number` string — Phone number in E164 format
    - `updated_at` string, date-time
    - `enabled` boolean — True if calling is enabled on the phone

## Other responses

- `4XX` — Unexpected error

## Changes

> 82 revisions in range; 1 not diffed.

- **2026-08-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/whatsapp/phone_numbers/:phone_number/calling_settings/patch.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/16bfa298dc71?raw)
