Automations
DELETE
/automations/{id}

Deletes the blueprint, every clip it produced and the files they own, and returns the storage to the workspace quota. This cannot be undone.

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/automations/string"
{  "data": {    "ok": true,    "deletedClips": 12,    "deletedBytes": 284164096  }}