Audits
Delete an information request for an audit
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
changedSinceDatefor synchronization
After deletion:
- The request will not appear in normal list responses (without
changedSinceDate) - The request’s
deletionDatefield will be populated
Rate limit: 10 requests / minute.
DELETE
TypeScript
Related topics
Delete a comment for an information requestList information requests for an auditUpdate an information request for an auditList information requests linked to a control within an auditPull Information Request Lists for your auditsTypeScript