Sign in

Delete asset

documented

Delete an asset and its data.

DELETE /video/v1/assets/{ASSET_ID}Video APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.mux.com/video/v1/assets/{{$asset_id}}" \\n  -X DELETE \\n  -H "Content-Type: application/json" \\n  -H "Accept: application/json" \\n  -H "Authorization: Basic {{MUX_SECRET}}"