All pages
Powered by GitBook
1 of 1

Loading...

Delete video generation job

Deleting a video generation job will stop the video generation processing.

Delete a video generation job

delete

Deletes a specific video generation job and stops any ongoing processing.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
videoIdstringRequired

The ID of the video generation job.

Responses
200

Video generation job status and details retrieved successfully. The return value also contains all of the video-generation-job itself, which is not detailed here.

No content

400

Bad Request. Invalid videoId parameter.

401

Unauthorized. Authentication required.

404

Not Found. Video generation job not found.

500

Internal server error.

delete
/video-generation-jobs/{videoId}

No content

DELETE /api/v1/video-generation-jobs/{videoId} HTTP/1.1
Host: app.colossyan.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*