Delete Agent Action Group
bedrockagent_delete_agent_action_group | R Documentation |
Deletes an action group in an agent¶
Description¶
Deletes an action group in an agent.
Usage¶
bedrockagent_delete_agent_action_group(actionGroupId, agentId,
agentVersion, skipResourceInUseCheck)
Arguments¶
actionGroupId |
[required] The unique identifier of the action group to delete. |
agentId |
[required] The unique identifier of the agent that the action group belongs to. |
agentVersion |
[required] The version of the agent that the action group belongs to. |
skipResourceInUseCheck |
By default, this value is |
Value¶
An empty list.
Request syntax¶
svc$delete_agent_action_group(
actionGroupId = "string",
agentId = "string",
agentVersion = "string",
skipResourceInUseCheck = TRUE|FALSE
)