calls_batch_archive
Archive multiple call records in bulk to efficiently manage your HubSpot CRM data by removing multiple entries in a single operation.
Instructions
Archive (delete) multiple call records in a single request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"callIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"callIds"
],
"type": "object"
}