Delete Foundation Model Agreement
| bedrock_delete_foundation_model_agreement | R Documentation |
Delete the model access agreement for the specified model¶
Description¶
Delete the model access agreement for the specified model.
Usage¶
bedrock_delete_foundation_model_agreement(modelId)
Arguments¶
modelId |
[required] Model Id of the model access to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_foundation_model_agreement(
modelId = "string"
)