cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1581
Views
7
Helpful
2
Replies

DelRecording only moves to recycle bin. Can we permanently remove via API?

Hi,

Having used the DelRecording document to delete a recording, we noticed that it only goes into the user's WebEx Recycle Bin where the user is able to remove the recording permanently.

However, we would like the ability to delete the file permanently using the API so that the space is freed up immediately.  Is this possible?

Many thanks,

D.

1 Accepted Solution

Accepted Solutions

nmorrow
Cisco Employee
Cisco Employee

Hello,

     Recycle bin is newer functionality, so this is a relatively new behavior. It is possible to use API to permanently delete recordings directly, as well as clear the recycle bin. For DelRecording, you can add deletePermanantly, set to TRUE, to skip the recycle bin all together. Recycle bin functionality is provided by the following requests; LstRecordingInRecycleBin, RecoverRecordingFromRecycleBin, and DelRecordingFromRecycleBin.

View solution in original post

2 Replies 2

nmorrow
Cisco Employee
Cisco Employee

Hello,

     Recycle bin is newer functionality, so this is a relatively new behavior. It is possible to use API to permanently delete recordings directly, as well as clear the recycle bin. For DelRecording, you can add deletePermanantly, set to TRUE, to skip the recycle bin all together. Recycle bin functionality is provided by the following requests; LstRecordingInRecycleBin, RecoverRecordingFromRecycleBin, and DelRecordingFromRecycleBin.

Great, thanks for the reply.  Works perfectly.  Couldn't find that in the documentation. After your message I did find some information here.

Thanks again.

D.