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