tasks_delete
Permanently remove a task from Pipedrive by its ID. This action cannot be undone, ensuring complete removal from the system.
Instructions
Delete an existing task.
Permanently removes a task from the system.
Workflow tips:
Use tasks/list to find the task ID first
This action cannot be undone
Deleting a parent task may affect subtasks
Common use cases:
Remove completed task: { "id": 123 }
Clean up old tasks: { "id": 456 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the task to delete |