Hi,
we want to close the stream service and keep the other part of the account working,
is there a quick way to wipe all the videos and live inputs?
Regards,
Nicolò
Hi,
we want to close the stream service and keep the other part of the account working,
is there a quick way to wipe all the videos and live inputs?
Regards,
Nicolò
You would need to use the API to do this. You can list all videos:
https://developers.cloudflare.com/api/operations/stream-videos-list-videos
Using the uid
of each video, you can then issue a DELETE to the API to remove it:
https://developers.cloudflare.com/api/operations/stream-videos-delete-video
https://developers.cloudflare.com/api/operations/stream-live-inputs-delete-a-live-input
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.