Bandwidth · JSON Structure

Phone Numbers Disconnect Response Structure

Response containing disconnect order details

Type: object Properties: 2
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

DisconnectResponse 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

orderId orderStatus

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-response-structure.json",
  "name": "DisconnectResponse",
  "description": "Response containing disconnect order details",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "string",
      "description": "The unique identifier for the disconnect order"
    },
    "orderStatus": {
      "type": "string",
      "description": "The current status of the disconnect order"
    }
  }
}