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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any
.