Audits
Delete Audit Scope
Use this API to delete an existing control or control implementation from the scope of an audit.
delete/api/audit-management/v1/audit-scopes/{scopeId}
Path parameters
scopeIdstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
Scope identifier (UUID)
Query parameters
deleteFindingboolean
Example:true
Boolean which determines if associated findings should be deleted. If TRUE, findings associated with the scope will be deleted. If FALSE, findings will have that relationship removed but still be available.
Response
No Content - Scope successfully deleted