---
title: "Information request comment deleted"
method: POST
path: "/v1.information-request.comment.deleted"
tags: ["Information Request"]
---

# Information request comment deleted

`POST /v1.information-request.comment.deleted`

Fires when a comment is deleted from an information request. Fires once per comment deletion.

The payload contains only identifiers; the deleted comment is still returned by the information request comments endpoint (`GET /v1/audits/{auditId}/information-requests/{requestId}/comments`) as a soft-deleted record with a non-null `deletionDate`.

## Request body

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