Delete video
DELETE https://api.fastapi.ai/v1/videos/{video_id}
Permanently delete a completed or failed video and its stored assets.
Path parameters
video_id string Required
The identifier of the video to delete.
Returns
Returns the deleted video job metadata.
Example
Request
bash
curl -X DELETE https://api.fastapi.ai/v1/videos/video_123 \
-H "Authorization: Bearer $FAST_API_KEY"