Skip to main content
POST
Unbind a DID from a number application

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Number-application id.

Body

application/json
phoneNumber
string
required

The DID to unbind, in E.164 (e.g. +14155550123).

Pattern: ^\+[1-9]\d{6,14}$

Response

The application with the number unbound.

data
object

A number application (Twilio "Application" parity) — a reusable inbound-routing + ownership binding target for DIDs. Re-binding a number moves its inbound-routing config and sub-account ownership between applications with no re-provisioning.

meta
object