v2

latestOpenAPI 3.1.02026-08-0810576180.4 KB
Videos

Cancel Video

Cancel an in-flight Glory League video submission.

Marks the submission terminally and best-effort halts the league processing pipeline. Only submissions still pending/processing can be cancelled; an already-cancelled submission returns success idempotently, and completed/failed ones return 409.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response without DB writes.

post/api/v1/videos/{video_uuid}/cancel

Path parameters

video_uuidstring required

Headers

x-api-keystring nullable
Leaguestring nullable

Response

Successful Response

successboolean required

Whether the cancellation was accepted

video_uuidstring required

The video UUID

statusstring required

Resulting status (always 'cancelled' on success)

messagestring required

Human-readable detail