# delete_appointment

Delete an appointment

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

## Facts

- Tool: `delete_appointment`
- 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_appointment",
    "arguments": {}
  }
}
```

## Why delete_appointment is rated Critical

This tool permanently removes appointment records from the CRM system. Deletion is an irreversible operation that cannot be undone through normal means. While not financial or personally catastrophic, it causes permanent data loss which qualifies as Destructive.

From the tool's own definition: "Tool name is 'delete_appointment' with description 'Delete an appointment'. The verb 'delete' indicates irreversible removal of data."

## Use case

AI agents call delete_appointment 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_appointment"
  ]
}
```

## Other tools on GoHighLevel MCP Server (63)

- `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_contact_task` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact-task.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
