{ "$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" } } }