533
Views
0
Helpful
1
Replies
Delete Webex recordings with API Command
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:13 AM
Hello,
We need to delete around 3,000 colleagus recordings who are no longer with the organization. We have their email addresses. We need a fast way to delete their recordings to free up cloud storage space. Any help is appreciated.
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2023 04:41 AM
If you delete those accounts, their data should be purged as well.
The Webex API has an endpoint for listing and deleting recordings: https://developer.webex.com/docs/api/v1/recordings. You may list all recordings, filter by the desired users, and then delete the affected ones.
