Cancel Running Job
POST {{baseUrl}}/scheduler/cancelRun
Querying this endpoint will cancel a currently running job.
Request Body
{"runID"=>"<integer>", "orgID"=>"<string>", "environmentID"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |