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
DELETE
TypeScript
Previous
Update an information request for an auditUpdates an existing information request for an audit, allowing modification of request
details as audit requirements evolve. Supports partial updates where only specified
fields are changed; omitted fields remain unchanged.
Common use cases:
- Updating due dates as audit timelines shift
- Refining descriptions to clarify requirements
- Adjusting request type
Note: The `modificationDate` is automatically updated to the current timestamp
when any field is changed.
Next
TypeScript