Summary:
Removes an existing task from scheduler.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Task ID. Use the |
|
|
|
|
|
Returns:
OK/Error
Description:
Removes a task from scheduler that was previously added with the add
request. This operation is irreversible. Once the task is removed, it cannot be recovered. To temporarily disable the task, use the update
call specifying the disabled
parameter.
Example:
<packet>
<target>scheduler</target>
<data>
<scheduler>
<remove>
<task>
<id>da696f91-887e-460e-bd42-93f161f6afc6</id>
</task>
</remove>
</scheduler>
</data>
</packet>