HubSpot MCP

by shinzo-labs
Verified

notes_batch_archive

Archive (delete) multiple notes in a single request

Input Schema

NameRequiredDescriptionDefault
noteIdsYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools