Delete a video
DELETE/api/v1/videos/:videoId
Delete a video and all its data (embedding vectors, transcript, storage, metadata). Required scope: videos:write. success is false when any cleanup step produced a warning (honest semantics). warnings is present when non-empty.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Video deleted.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded