DelRecording
Allows the user to delete an NBR file. If the file to be deleted was uploaded from a local machine, then the file is deleted from physical storage.
Request
The XML samples shows an example of a request to delete a recording.
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<webExID>hostid</webExID>
<password>hostpassword</password>
<partnerID>000abc<partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.DelRecording">
<recordingID>1234567</recordingID>
</bodyContent>
</body>
</serv:message>
The following schema diagram shows the structure of the elements in a delRecording
request message.
Figure 4-5 • Schema diagram for delRecording
Response
The sample XML document shows an example of a possible response to the
preceding XML request document.
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xmlns:com="http://www.webex.com/schemas/2002/06/common"
xmlns:ep="http://www.webex.com/schemas/2002/06/service/ep"
xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="ep:delRecordingResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ep:recordingID>1234567</ep:recordingID>
</serv:bodyContent>
</serv:body>
</serv:message>
The following schema diagram shows the structure of the elements in the delRecordingResponse
message.
Figure 4-6 • Schema diagram for delRecordingResponse