meetings_archive
Archive HubSpot meetings to remove them from active records while maintaining data integrity for compliance and organization.
Instructions
Archive (delete) a meeting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meetingId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"meetingId": {
"type": "string"
}
},
"required": [
"meetingId"
],
"type": "object"
}