# hubspot_delete_ticket

Archive (soft delete) a ticket in HubSpot.

Agent View of the PolicyLayer registry record for `hubspot_delete_ticket`. HTML page: https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-ticket

## Facts

- Tool: `hubspot_delete_ticket`
- Server: HubSpot MCP Server (`adeel0x01/hubspot-mcp-tools`) — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools.md
- Homepage: https://github.com/adeel0x01/hubspot-mcp-tools
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Hidden

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "hubspot_delete_ticket",
    "arguments": {}
  }
}
```

## Why hubspot_delete_ticket is rated Critical

Although technically a soft delete rather than hard deletion, archiving a ticket is a destructive operation that removes it from normal workflow and cannot be easily undone by an AI agent without additional permissions. In the context of CRM data integrity, this represents an irreversible state change that warrants the Destructive category.

From the tool's own definition: "Tool name is 'hubspot_delete_ticket' and description states it will 'Archive (soft delete) a ticket in HubSpot.' Even though described as a soft delete (archive), the tool irreversibly removes a ticket from active operations, preventing further interaction…"

## Use case

AI agents call hubspot_delete_ticket to permanently remove resources in HubSpot MCP Server, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

Verdict: **Hidden**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches HubSpot MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "hubspot_delete_ticket"
  ]
}
```

## Other tools on HubSpot MCP Server (81)

- `hubspot_delete_association` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-association.md
- `hubspot_delete_call` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-call.md
- `hubspot_delete_company` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-company.md
- `hubspot_delete_contact` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-contact.md
- `hubspot_delete_deal` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-deal.md
- `hubspot_delete_email_engagement` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-email-engagement.md
- `hubspot_delete_meeting` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-meeting.md
- `hubspot_delete_note` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-note.md
- `hubspot_delete_task` — Destructive — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-delete-task.md
- `hubspot_enroll_contact_in_workflow` — Execute — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-enroll-contact-in-workflow.md
- `hubspot_get_association_types` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-association-types.md
- `hubspot_get_associations` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-associations.md
- `hubspot_get_call` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-call.md
- `hubspot_get_company` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-company.md
- `hubspot_get_contact` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-contact.md
- `hubspot_get_deal` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-deal.md
- `hubspot_get_email_engagement` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-email-engagement.md
- `hubspot_get_meeting` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-meeting.md
- `hubspot_get_note` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-note.md
- `hubspot_get_object_notes` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-object-notes.md
- `hubspot_get_owner` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-owner.md
- `hubspot_get_pipeline` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-pipeline.md
- `hubspot_get_pipeline_stage` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-pipeline-stage.md
- `hubspot_get_pipeline_stages` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-pipeline-stages.md
- `hubspot_get_pipelines` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-pipelines.md
- `hubspot_get_properties` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-properties.md
- `hubspot_get_property` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-property.md
- `hubspot_get_property_groups` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-property-groups.md
- `hubspot_get_task` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-task.md
- `hubspot_get_ticket` — Read — https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools/hubspot-get-ticket.md
- …and 51 more: https://policylayer.com/tools/adeel0x01-hubspot-mcp-tools.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=adeel0x01-hubspot-mcp-tools · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/adeel0x01-hubspot-mcp-tools
