API v1.0
Delete Scheduled Task
Deletes a scheduled task. This will prevent any future runs of this task. Any currently running instances of this task will be allowed to complete.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful Response
The response is of type any
.