> ## Documentation Index
> Fetch the complete documentation index at: https://docs.attio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment deleted

> This event is fired whenever a comment is deleted.



## OpenAPI

````yaml https://api.attio.com/openapi/webhooks webhook comment.deleted
openapi: 3.1.0
info:
  title: Attio Webhook Events
  description: >-
    This page contains the schema, and an example, for every type of Webhook
    that we currently send. Our [using Webhooks
    guide](/rest-api/guides/webhooks) contains more information about how to use
    Webhooks.
  version: latest
servers:
  - url: https://{hostname}/{webhooks}
    description: Your server
    variables:
      hostname:
        default: example.com
      webhooks:
        default: webhooks
security: []
paths: {}

````