Delete Enforced Guardrail Configuration
| bedrock_delete_enforced_guardrail_configuration | R Documentation |
Deletes the account-level enforced guardrail configuration¶
Description¶
Deletes the account-level enforced guardrail configuration.
Usage¶
bedrock_delete_enforced_guardrail_configuration(configId)
Arguments¶
configId |
[required] Unique ID for the account enforced configuration. |
Value¶
An empty list.
Request syntax¶
svc$delete_enforced_guardrail_configuration(
configId = "string"
)