DELETE Master Tasks

API documentation for deleting master tasks with v2 endpoint details, parameters, permissions, and response examples

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Parameters

taskId - mandatory - string in ULID format

API Details

  • API EP is public
  • API EP is allowed for minimum role: Supervisor

Permissions

Users with Supervisor and above roles can delete master task that belongs to their company.

API v2 Route

DELETE {baseUrl}/api/v2/master-tasks/{taskId}?access_token={token}

Response Example

{
    "status": 1,
    "data": {
        "id": "01j6vqrnbpc9cb70qp49cm54f4",
        "companyId": 11,
        "name": "Write Unit Tests",
        "description": "",
        "favorite": true,
        "color": "",
        "positionIds": [
            680451, 890
        ],
        "createdBy": 2,
        "createdAt": "2024-09-03T10:44:24+00:00",
        "updatedBy": null,
        "updatedAt": "2024-09-03T10:44:36+00:00",
        "deletedBy": 2,
        "deletedAt": "2025-09-29T08:40:27+00:00"
    },
    "metadata": [],
    "token": "token",
    "error": null
}
Path Params
string
required
Response
200
Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here!