How to find and delete multiple video files uploaded to Stream?

What is the name of the domain?

What is the issue you’re encountering

I don’t know how to do it.

What steps have you taken to resolve the issue?

The interface only allows for one file deletion at a time, and in a very slow and cumbersome manner. It also only lists about 30 files at a time, with no way to filter them or multiple-select them (and no “select all” option). I need to find and remove 1200 files with the .webm extension. How do I do that?

The delete API Cloudflare Stream · Cloudflare Stream docs may be the best option. To do in bulk, you should add your video IDs in a script and loop through them with the DELETE endpoint.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.