Editor
DELETE
/videos/{id}/scenes/{sceneId}

Removes the scene and clears the stitched render, which is now stale.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings > API & Webhooks. Keys start with sf_live_.

In: header

Path Parameters

id*string
sceneId*string

The scene's id, as returned in the scenes array.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/videos/string/scenes/string"
{  "data": {    "ok": true  }}