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
- 204
- 401
- 403
Job cancelled.
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
Is Job Owner
Descriptions:
Is Job Owner
: Checks whether job is created by the requesting user.
Loading...