Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
Deleting schedules through the SOAP API
in API
We’re looking for a way to delete scheduled recordings through the API. Is this possible?
0
Answers
Hi Dennis,
We don't have API to delete the remote recorders, but scheduled recordings you can delete with below method since that is actually a session in Panopto system.
ISessionManagement.DeleteSessions
I hope that helps.
Thanks,
Adis
Thanks, we'll take a look at this