Delete Task
Delete Task — Taskade REST API v1 reference: DELETE /projects/{projectId}/tasks/{taskId}. Parameters, authentication, and response schema.
delete
Delete a task in a project
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Responses
200
Successful Task deletion
application/json
Successful Task deletion
okboolean · enumRequiredPossible values:
4XX
Error description
application/json
delete/projects/{projectId}/tasks/{taskId}
Last updated
Was this helpful?