HubSpot MCP

by shinzo-labs
Verified

emails_archive

Archive (delete) an email record

Input Schema

NameRequiredDescriptionDefault
emailIdYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools