---
title: "Control comment deleted"
method: POST
path: "/v1.control.comment.deleted"
tags: ["Control"]
---

# Control comment deleted

`POST /v1.control.comment.deleted`

An external comment was deleted from an audit control. Fires once per comment deletion.

This event is delivered only to [Audit Partner](/reference/audits/overview) accounts and is gated by the early-access `audit_control_comment_webhook` feature — reach out to your Vanta contact to enable it.

The payload contains only identifiers. The deleted comment no longer appears in `GET /v1/audits/{auditId}/controls/{controlId}/comments`.

## Request body

- object
  - `control` object, required
    - `id` string, required — The unique identifier of the control the comment was deleted from.
    - `auditId` string, required — The unique identifier of the audit the control belongs to.
  - `comment` object, required
    - `id` string, required — The unique identifier of the comment.

## Response `200`

Return any 2xx status within 15 seconds to acknowledge receipt.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
