latestOpenAPI 3.0.0MIT2026-08-101483217.9 KB

a59ac1ee7b2c

Applications

Un-assign number

Un-assign a number from an application.

delete/v1/configuration/numbers

Request body

numberstring
applicationkeystring

Indicates the application where the number(s) was assigned. If empty, the application key that is used to sign the request will be used.

capability'voice' | 'sms'

Valid values are voice and sms

Example request

{
  "numbers": "+14151112223333",
  "applicationkey": "11983f76-12c8-1111-9515-4785c7b67ca8",
  "capability": "voice"
}

Response

A success response, or an Error.