tasks_archive
Archive HubSpot tasks to remove completed or outdated items from your active task list and maintain organized CRM workflows.
Instructions
Archive (delete) a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}