---
title: "Evidence comment deleted"
method: POST
path: "/v1.evidence.comment.deleted"
tags: ["Evidence"]
---

# Evidence comment deleted

`POST /v1.evidence.comment.deleted`

Fires when a comment is deleted from an audit evidence item. Fires once per comment deletion.

## Request body

- object
  - `evidence` object, required
    - `id` string, required — The unique identifier of the evidence.
    - `auditId` string, required — The unique identifier of the audit the evidence 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)
