Publishing
DELETE
/videos/{id}/publish

Wipes the publish block so the video can be sent again. Refused while a publish is live or already finished (warning-invalid-input): clearing it then would lose the result and let an automation post the same video twice.

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

application/json

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