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 required

Required API key issued by Preciser.

Required API key issued by Preciser.

Leaguestring required

Required tenant/database selector, for example pitchbio-master.

Required tenant/database selector, for example pitchbio-master.

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

credit_refundedboolean required

True only when cancellation happened before game info was submitted and the reserved credit is available again

Changes