HubSpot MCP

by shinzo-labs
Verified

notes_archive

Archive (delete) a note

Input Schema

NameRequiredDescriptionDefault
noteIdYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools