Skip to main content
DELETE
Delete a task

Authorizations

tokenName
string
cookie
required

JWT authentication cookie. The server sets this cookie after a successful login. You do not need to generate or provide an API key manually. Use the login endpoint first, then the browser or HTTP client sends this cookie with protected requests.

Path Parameters

id
string
required

MongoDB ObjectId of the task.

Response

Task deleted successfully.

message
string