meetings_archive
Delete and archive meetings by specifying the meeting ID. This tool helps manage and organize your CRM data efficiently in the HubSpot MCP ecosystem.
Instructions
Archive (delete) a meeting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
meetingId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"meetingId": {
"type": "string"
}
},
"required": [
"meetingId"
],
"type": "object"
}