/
/DIRECTORY FIELDS
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
  • getGet my teams
  • getGet a team
  • postMove boxes to a different pipeline (batch)
  • getList all saved views in a pipeline
  • getList all groups in a saved view
  • getList all boxes in a saved view group
  • postCreate a box
  • getGet timeline for a box
  • getGet a contact
  • postUpdate a contact
  • deleteDelete a contact
  • postCreate a contact
  • getGet contact boxes
  • getList all contact groups
  • getList contacts in a group
  • getGet an Organization
  • postUpdate an organization
  • deleteDelete an organization
  • postCheck for existing organizations
  • getGet a task
  • postUpdate a task
  • deleteDelete a task
  • getGet tasks in a box
  • postCreate a task
  • postCreate a webhook
  • getGet a webhook by key
  • postUpdate a webhook
  • deleteDelete a webhook
  • getGet all pipeline-based webhooks
  • getGet all team-based webhooks
  • postAdd file(s) to box
  • getGet a comment
  • postUpdate a comment
  • deleteDelete a comment
  • getGet all comments in a box
  • postCreate a comment
  • getGet all meetings in a box
  • postUpdate a meeting
  • deleteDelete a meeting
  • getList all contact fields
  • postCreate contact field
  • getGet contact field
  • postUpdate contact field definition
  • deleteDelete contact field
  • postUpdate contact field value
  • getList all organization fields
  • postCreate organization field
  • getGet organization field
  • postUpdate organization field value
  • deleteDelete organization field
  • postUpdate organization field value

Delete a task

This call lets you delete a specific task.

delete/tasks/{taskKey}

Path parameters

taskKeystring required

Task key

Response

200

successboolean

Example response

{
  "success": true
}

Changes