Webex · Schema

DECTNetworkHandsetsDeleteItem

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
handsetIds array Array of the handset IDs to be deleted.
deleteAll boolean If present the items array is ignored and all items in the context are deleted.
View JSON Schema on GitHub

JSON Schema

webex-dectnetworkhandsetsdeleteitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DECTNetworkHandsetsDeleteItem",
  "title": "DECTNetworkHandsetsDeleteItem",
  "type": "object",
  "required": [
    "handsetIds"
  ],
  "properties": {
    "handsetIds": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX0hBTkRTRVQvYjE0MDYyOWUtZTExMy00ODQyLWIxMmMtMDVjODEwYTRjYjIz,Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX1NUQVRJT04vYjVhMTQxN2ItZGNiYi00MGMzLWE3YWQtNTY1MGZkZGRkNQ"
      },
      "description": "Array of the handset IDs to be deleted."
    },
    "deleteAll": {
      "type": "boolean",
      "example": true,
      "description": "If present the items array is ignored and all items in the context are deleted."
    }
  }
}