Skip to main content

Delete Task (v1)

Method + Path

DELETE /v1/workspace/:workspaceId/staff/tasks/:taskId

Actual backend path: /v1/workspace/:workspaceId/staff/tasks/:taskId

Description

Delete a task from a workspace.

Authentication

Required - JWT token in Authorization header

Required Permissions:

  • staff.update or task-related permissions

Headers

HeaderTypeRequiredDescription
AuthorizationstringYesBearer token: Bearer <token>

Path Parameters

ParameterTypeRequiredDescription
workspaceIdstringYesWorkspace identifier
taskIdstringYesTask identifier

Response (204)

No content - successful deletion.

Common Errors

  • 401 Unauthorized: Missing or invalid authentication token
  • 403 Forbidden: Insufficient permissions
  • 404 Not Found: Task or workspace not found
  • 500 Internal Server Error: Server error