Webex · Example Payload

Webex Disable Location For Webex Calling Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Disable Location For Webex Calling Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Disable Location For Webex Calling",
  "method": "POST",
  "path": "/telephony/config/jobs/locations/deleteCallingLocation",
  "summary": "Disable a Location for Webex Calling",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2Y1YjFlMWE3LTQ2MWQtNGUwZC1hYmNiLTQwM2IyMzViNDMzMQ",
        "locationName": "San Jose HQ",
        "forceDelete": true
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "example": {
        "name": "deletecallinglocation",
        "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8zZjczYTAyOS1lYWZkLTQ5NzUtYjcyYi1jNzlkYWE1ZTkyZmE",
        "trackingId": "ROUTERGW_882b1b3b-b247-4d4f-abe9-4ccec7f7e3b0",
        "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9kMzg2MjhiYy0zYjk4LTRjMjMtODEwMy0wMzRhMjI0ZmRiNjE",
        "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "instanceId": 1472955,
        "jobExecutionStatus": [
          {
            "id": 1497186,
            "lastUpdated": "2025-07-27T13:19:39.702Z",
            "statusMessage": "STARTING",
            "exitCode": "UNKNOWN",
            "createdTime": "2025-07-27T13:19:39.702Z",
            "timeElapsed": "PT0S"
          }
        ],
        "latestExecutionStatus": "STARTING",
        "latestExecutionExitCode": "UNKNOWN",
        "locationName": "San Jose HQ"
      }
    }
  ]
}