Delete Control
auditmanager_delete_control | R Documentation |
Deletes a custom control in Audit Manager¶
Description¶
Deletes a custom control in Audit Manager.
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.
Usage¶
auditmanager_delete_control(controlId)
Arguments¶
controlId |
[required] The unique identifier for the control. |
Value¶
An empty list.
Request syntax¶
svc$delete_control(
controlId = "string"
)