DeleteRecording Message

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Deletes an existing recording in a Live Meeting conference center.

Components

Component Type

XML Element

Request

DeleteRecordingRequest

Reply

DeleteRecordingReply

Remarks

A caller must be a member of the Administrator role or be the Organizer that owns the recording.

The request deletes only one recording. The recording can be permanently deleted by setting the value of the erase attribute to True. For more information about deleting a meeting or recording, see Maintaining Meetings and Recordings.

Examples

This example shows how to delete the "strategy" recording from a conference center. The recording that is being deleted with this request is not restorable because the erase attribute is filled with the Boolean True.

The following code shows the request sent to the conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <DeleteRecordingRequest erase="True">
    <StringQuery fieldName="name" operator="=" value="strategy"/>
  </DeleteRecordingRequest>
</PlaceWareConfCenter>

The following shows the reply returned from the conference center when the request is processed successfully.

<PlaceWareConfCenter>
    <DeleteRecordingReply/>
</PlaceWareConfCenter>

See Also

Concepts

DeleteRecordingRequest Element

DeleteRecordingReply Element