# Delete Task

The delete task enpoint is used to delete a task and unschedule its execution.

# Endpoint

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"
}