Disable calling on a number
Deprecated alias of /v1/phone-numbers/{id}/whatsapp/calling; same contract. New
integrations should use that path.
Disable calling. Sends calling.status=DISABLED to Meta (best-effort)
and flips the local callingEnabled flag off. forwardTo and SIP
creds are preserved so a re-enable does not lose the destination.
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
Query Parameters
Response Body
application/json
import Zernio from '@zernio/node';const zernio = new Zernio({ apiKey: process.env.ZERNIO_API_KEY });const { data } = await zernio.whatsappcalling.disableWhatsAppCallingLegacy({ path: { id: 'abc123', }, query: { accountId: 'account_abc123', },});console.log(data);{
"error": "Unauthorized"
}Delete business username DELETE
Release the currently claimed WhatsApp Business username from the account. After deletion the username becomes available for other accounts to claim.
Enable calling on a number POST
Deprecated alias of `/v1/phone-numbers/{id}/whatsapp/calling`; same contract. New integrations should use that path. Enable WhatsApp Business Calling on a connected number. Configures Meta calling.status=ENABLED with our Telnyx SIP endpoint, fetches and stores the Meta-issued SIP password (encrypted), and snapshots the customer's forward-to destination.