Nothing Found
  • Help Center
  • API Feature Requests
  • Help Center
  • API Feature Requests
    • Nothing Found
    API Docs
    User guides
      Getting started
      Guides
      Comments overview
      Tasks overview
      Views overview
      Webhooks overview
      Troubleshooting and FAQ
    Reference
    ClickUp API endpoints
      Authorization
      Attachments
      Comments
      Custom Task Types
      Custom Fields
      Folders
      Goals
      Guests
      Lists
      Members
      Roles
      Shared Hierarchy
      Spaces
      Tags
      Tasks
      Task Checklists
      Task Relationships
        post
        Add Dependency
        delete
        Delete Dependency
        post
        Add Task Link
        delete
        Delete Task Link
      Task Templates
      Teams - Workspaces
      Teams - User Groups
      Time Tracking
      Time Tracking (Legacy)
      Users
      Views
      Webhooks

Delete Task Link

Remove the link between two tasks.

SecurityAuthorization Token
Request
path Parameters
task_id
required
string
links_to
required
string
query Parameters
custom_task_ids
boolean

If you want to reference a task by it's custom task id, this value must be true.

team_id
number <double>

Only used when the custom_task_ids parameter is set to true.

For example: custom_task_ids=true&team_id=123.

Responses
200
delete/task/{task_id}/link/{links_to}
Request samples
  • curl
  • C#
  • JavaScript
  • Java
  • Java 8 with Apache
  • Go
  • Node.js
  • PHP
  • Python
  • R
  • Ruby
Response samples
  • 200
application/json
{
  • "task": {
    • "id": "9hv",
    • "name": "Task Name",
    • "status": {
      • "status": "in progress",
      • "color": "#d3d3d3",
      • "orderindex": 1,
      • "type": "custom"
      },
    • "orderindex": "1.00000000000000000000000000000000",
    • "date_created": "1567780450202",
    • "date_updated": "1567780450202",
    • "date_closed": null,
    • "creator": {
      • "id": 183,
      • "username": "John Doe",
      • "color": "#827718",
      • "profilePicture": "https://attachments-public.clickup.com/profilePictures/183_abc.jpg"
      },
    • "assignees": [ ],
    • "checklists": [ ],
    • "tags": [ ],
    • "parent": null,
    • "priority": null,
    • "due_date": null,
    • "start_date": null,
    • "time_estimate": null,
    • "time_spent": null,
    • "list": {
      • "id": "123"
      },
    • "folder": {
      • "id": "456"
      },
    • "space": {
      • "id": "789"
      },
    • "linked_tasks": [ ],
    • "url": "https://app.clickup.com/t/9hx"
    }
}
ClickUp Logo
  • © 2022 ClickUp
  • Security
  • Your Privacy
  • Terms