Skip to main content
DELETE
Delete Clip
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.

Overview

Permanently delete a clip and its exported video file. This action cannot be undone.

Rate Limiting

This endpoint is rate limited to 10 requests per minute per API key.
This permanently deletes the clip and its exported video file. Cannot delete clips that are still processing.

Response

clipId
string
ID of the deleted clip
deleted
boolean
Always true on success

Example Request

Example Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

projectId
string
required

Unique identifier of the project

clipId
string
required

Unique identifier of the clip

Response

200 - application/json

Successful response

clipId
string
deleted
boolean
default:true