Bandwidth · JSON Structure

Phone Numbers Disconnect Request Structure

Request to disconnect phone numbers

Type: object Properties: 2
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

DisconnectRequest is a JSON Structure definition published by Bandwidth, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name disconnectTelephoneNumberOrderType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/phone-numbers-disconnect-request-structure.json",
  "name": "DisconnectRequest",
  "description": "Request to disconnect phone numbers",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "A name for the disconnect order"
    },
    "disconnectTelephoneNumberOrderType": {
      "type": "object",
      "properties": {
        "telephoneNumberList": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of phone numbers to disconnect"
        }
      }
    }
  }
}