Audits
Delete Audit
Use this API to delete an existing audit and its associated workpapers, tasks, and attachments. Any findings associated with the audit can either be retained or deleted. Audit deletion is a permanent action that should be exercised with caution.
delete/api/audit-management/v1/audits/{auditId}
Path parameters
auditIdstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
Audit identifier (UUID)
Query parameters
deleteFindingboolean
Example:true
Boolean which determines if associated findings to be deleted. If TRUE, findings associated with the Audit will be deleted. If FALSE, findings will have that relationship removed but still be available.
Response
No Content