---
title: "Delete a comment for an information request"
method: DELETE
path: "/audits/{auditId}/information-requests/{requestId}/comments/{commentId}"
tags: ["Audits"]
---

# Delete a comment for an information request

`DELETE /audits/{auditId}/information-requests/{requestId}/comments/{commentId}`

Deletes an existing comment for an information request. Only the original author
of the comment can delete it. The author is identified by their email address,
which must match the email of the user who created the comment.

Rate limit: 10 requests / minute.

## Path parameters

- `auditId` string, required
- `requestId` string, required
- `commentId` string, required

## Request body

- DeleteInformationRequestCommentInput — Deletes an existing comment on an information request. Only the original author of the comment can delete it.
  - `email` string, required — Email address of the comment author. Must match an existing Vanta user who belongs to the audit firm making the API request. This email uniquely identifies the author across systems.

## Response `204`

No content

---

[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/versions/6c1f7590538b/schema)
