AuditManager / Client / delete_control
delete_control#
- AuditManager.Client.delete_control(**kwargs)#
- Deletes a custom control in Audit Manager. - Warning- When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control. - See also: AWS API Documentation - Request Syntax- response = client.delete_control( controlId='string' ) - Parameters:
- controlId (string) – - [REQUIRED] - The unique identifier for the control. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- AuditManager.Client.exceptions.ResourceNotFoundException
- AuditManager.Client.exceptions.ValidationException
- AuditManager.Client.exceptions.AccessDeniedException
- AuditManager.Client.exceptions.InternalServerException