Deleting a Meeting
The DelMeeting API allows hosts to delete a meeting that
is not currently in progress. The API continues to use the
POST method, but the XML data contains the operation
of deleting the meeting. Table 10-17 shows the XML data
that needs to be sent in order to delete a meeting.
Table 10-17 Deleting a Webex Meeting Using the
Meeting Key
MethodAPIDescription
P
O
S
T
https://api.Webex.com/WBXS
ervice/XMLService with XML
body:
<body>
<bodyContent
xsi:type="java:com.Web
ex.service.binding.meeting.Del
Meeting">
<meetingKey>62557960
4</meetingKey>
</bodyContent>
</body>
Delete or cancel a
meeting, given the
meeting ID
Example 10-17 shows how to make an API call to delete
the meeting with ID =625579604.
Example 10-17 Deleting a Meeting Using the
DelMeeting API
Click here to view code image
curl -X POST \
https://api.Webex.com/WBXService/XMLService \
-H 'cache-control: no-cache' \