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

# Delete an information request for an audit

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

Deletes an information request for an audit. This performs a soft delete, marking
the request as deleted (setting `deletionDate`) while preserving it in the system
for audit history and compliance tracking.

Soft deletion allows:
- Maintaining complete audit trail of all requests ever created
- Retrieving deleted requests via `changedSinceDate` for synchronization

After deletion:
- The request will not appear in normal list responses (without `changedSinceDate`)
- The request's `deletionDate` field will be populated

Rate limit: 10 requests / minute.

## Path parameters

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

## 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)
