Task manager API
    Task manager API
    • /tasks
      POST
    • /users
      GET
    • /users/{id}
      GET
    • /users/{id}
      PUT
    • /tasks{id}
      PUT
    • /tasks/{id}
      GET
    • /tasks/{id}
      DELETE
    • /users/{id}
      DELETE
    • /login
      GET
    • /isLoggedIn
      GET
    • /tasks
      GET
    • Schemas
      • ExposedUser
      • ExposedTaskSend
      • ExposedTaskReceive

      /tasks/{id}

      DELETE
      /tasks/{id}

      Request

      Path Params

      Cookie Params

      Responses

      🟢204No content
      This response does not have a body.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://commtasks.raphdf201.net/tasks/' \
      --header 'Cookie: techTaskManager='
      Modified at 2025-11-09 02:35:10
      Previous
      /tasks/{id}
      Next
      /users/{id}
      Built with