HubSpot MCP

by shinzo-labs
Verified

tasks_archive

Archive (delete) a task

Input Schema

NameRequiredDescriptionDefault
taskIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "type": "string" } }, "required": [ "taskId" ], "type": "object" }

You must be authenticated.

Other Tools