Skip to main content

Cancel Job by Id

DELETE 

/api/jobs/:id/

Cancel the job by its id. This endpoint can be used to cancel a running app job.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this app job.

Responses

Job cancelled.

Loading...