# Remove a task from the TODO list **DELETE /tasks/{taskId}** Permanently removes a task from the TODO list. If a task was completed, use `PUT /tasks/{taskId}` to update its status to 'completed' ## Servers - https://api.todolist.local/v1: https://api.todolist.local/v1 () ## Authentication methods - oauth2 ## Parameters ### Path parameters - **taskId** (integer) The ID of the task to operate on ## Responses ### 204 Task deleted successfully ### 404 Task not found by the ID provided [Powered by Bump.sh](https://bump.sh)