BlitzReels
BlitzReelsDocumentation
API Reference
DELETE
/clips/{clip_id}

Deletes the clip record. The linked project and any completed export are kept and stay reachable from the projects list; delete them separately if needed.

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

clip_id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/clips/string"
{  "deleted": true,  "clip_id": "string",  "project_id": "string",  "export_id": "string"}