Webex · Example Payload

Webex Delete Delegate Emails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Delete Delegate Emails 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": "Delete Delegate Emails",
  "method": "POST",
  "path": "/meetingPreferences/schedulingOptions/delegateEmails/delete",
  "summary": "Delete Delegate Emails",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "emails": [
          "marcus.hoffmann@example.com, brenda.song@example.com"
        ]
      }
    }
  ],
  "responseExamples": []
}