# delete_contact_task

Delete a task from a contact

Agent View of the PolicyLayer registry record for `delete_contact_task`. HTML page: https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact-task

## Facts

- Tool: `delete_contact_task`
- Server: GoHighLevel MCP Server (`basicmachines-co/open-ghl-mcp`) — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp.md
- Homepage: https://github.com/basicmachines-co/open-ghl-mcp
- 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": "delete_contact_task",
    "arguments": {}
  }
}
```

## Why delete_contact_task is rated Critical

This tool permanently removes task records associated with a contact in the GoHighLevel CRM. Deletion is an irreversible action with no rollback capability. While the blast radius is scoped to individual tasks rather than entire records, the destructive nature and potential for accidental data loss (e.g., agent deleting tasks without user intent) justifies 'high' severity.

From the tool's own definition: "Tool name 'delete_contact_task' and description 'Delete a task from a contact' explicitly indicate irreversible deletion of data. The verb 'delete' is a clear destructive operation that cannot be undone."

## Use case

AI agents call delete_contact_task to permanently remove resources in GoHighLevel 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 GoHighLevel MCP Server:

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

## Other tools on GoHighLevel MCP Server (63)

- `delete_appointment` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-appointment.md
- `delete_contact` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact.md
- `delete_contact_note` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact-note.md
- `delete_custom_field` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-custom-field.md
- `delete_custom_value` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-custom-value.md
- `delete_opportunity` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-opportunity.md
- `delete_user` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-user.md
- `remove_contact_from_workflow` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/remove-contact-from-workflow.md
- `ghl_request` — Execute — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/ghl-request.md
- `debug_config` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/debug-config.md
- `get_all_form_submissions` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-all-form-submissions.md
- `get_appointment` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-appointment.md
- `get_appointments` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-appointments.md
- `get_calendar` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-calendar.md
- `get_calendars` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-calendars.md
- `get_contact` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact.md
- `get_contact_note` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-note.md
- `get_contact_notes` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-notes.md
- `get_contact_task` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-task.md
- `get_contact_tasks` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-tasks.md
- `get_conversation` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-conversation.md
- `get_conversations` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-conversations.md
- `get_custom_field` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-field.md
- `get_custom_fields` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-fields.md
- `get_custom_value` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-value.md
- `get_custom_values` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-values.md
- `get_forms` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-forms.md
- `get_free_slots` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-free-slots.md
- `get_messages` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-messages.md
- `get_opportunities` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-opportunities.md
- …and 33 more: https://policylayer.com/tools/basicmachines-co-open-ghl-mcp.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=basicmachines-co-open-ghl-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/basicmachines-co-open-ghl-mcp
