Cancel JobAsk AIpost https://preview.threekit.com/api/jobs/{jobId}/cancelCancels a job by its ID. If a job is cancelled, any tasks that have not yet completed will be cancelled.Path ParamsjobIdstringrequiredID of the job to be cancelled.Query Paramsbearer_tokenstringPrivate token used to authorize the request. This endpoint is only accessible using a private token.Responses 200Returns a job's information 401User is not authenticated. They must be authenticated to use this service. 403No token was provided in the query string of the request 404No job was found for the given IDUpdated about 1 year ago