For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Task Date

Delete Task Date — Taskade REST API v1 reference: DELETE /projects/{projectId}/tasks/{taskId}/date. Parameters, authentication, and response schema.

delete

Delete date of a task

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Responses
200

Successful Task Date deletion

application/json

Successful Task Date deletion

okboolean · enumRequiredPossible values:
delete/projects/{projectId}/tasks/{taskId}/date

Last updated

Was this helpful?