Editor
DELETE
/videos/{id}/config

Replaces the stored config with the editor defaults and returns them.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/videos/string/config"
{  "data": {    "captionsFontFamily": "TheBoldFont",    "captionsFontWeight": "medium",    "captionsPrimaryColor": "#39E508",    "captionsFontSize": 72,    "captionsVerticalPosition": 70,    "captionsAnimation": "fadeInSlideUp",    "captionsWordEffects": "bounceWord",    "captionsSecondaryColor": "#ffffff",    "captionsAccentColor": "#0000ff",    "captionsTextStroke": 10,    "captionsStrokeColor": "black",    "captionsSecondaryStrokeColor": "#ffffff",    "captionsAccentStrokeColor": "#0000ff",    "layoutMode": "wrap",    "captionsTextTransform": "uppercase"  }}