Sign in

Delete a static rendition

documented

Delete a specific static rendition for an asset.

DELETE /video/v1/assets/{ASSET_ID}/static-renditions/{STATIC_RENDITION_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}}/static-renditions/{{$static_rendition_id}}" \
  -X DELETE \
  -u "{{$mux_api_key}}:{{$mux_secret}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete a static rendition · Mux · OpenIntegrations