calls_archive
Efficiently delete call records in HubSpot CRM by specifying the call ID, ensuring clean and organized data management within HubSpot MCP.
Instructions
Archive (delete) a call record
Input Schema
Name | Required | Description | Default |
---|---|---|---|
callId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"callId": {
"type": "string"
}
},
"required": [
"callId"
],
"type": "object"
}