#
Delete Task
The delete task enpoint is used to delete a task and unschedule its execution.
Only tasks that have not yet been executed can be deleted.
#
Endpoint
🔑 Authorization
This request must be authorized with an api key. Click here for more information.
DELETE
/tasks/:id
#
Parameters
#
Path
Name | Type | Description |
---|---|---|
id |
String | The id of the task you want to delete. |
#
Return
#
Parameters
#
Body
Name | Type | Description |
---|---|---|
statusCode |
Integer | Http status code of the delete operation. |
message |
String | Status message of the delete operation. |
#
Example
{
"statusCode": 200,
"message": "Operation successful"
}