calls_archive
Archive call records from HubSpot CRM by providing the call ID to remove outdated or completed call entries from your database.
Instructions
Archive (delete) a call record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"callId": {
"type": "string"
}
},
"required": [
"callId"
],
"type": "object"
}