Disable/close Stream functionality

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:

List 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:

Delete video

https://developers.cloudflare.com/api/operations/stream-videos-delete-video

Deleting live input

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.