Skip to main content
DELETE
/
openai
/
v1
/
videos
/
{id}
curl -X DELETE https://api.lumenfall.ai/openai/v1/videos/video_abc123 \
  -H "Authorization: Bearer $LUMENFALL_API_KEY"
(empty response body)
Cancel a pending or in-progress video generation request. Cancellation is best-effort - if the video has already completed, this has no effect.

Path parameters

id
string
required
The ID of the video to cancel.

Response

Returns 204 No Content on success.
curl -X DELETE https://api.lumenfall.ai/openai/v1/videos/video_abc123 \
  -H "Authorization: Bearer $LUMENFALL_API_KEY"
(empty response body)