AgentsforBedrock / Client / delete_agent_action_group
delete_agent_action_group#
- AgentsforBedrock.Client.delete_agent_action_group(**kwargs)#
Deletes an Action Group for existing Amazon Bedrock Agent.
See also: AWS API Documentation
Request Syntax
response = client.delete_agent_action_group( agentId='string', agentVersion='string', actionGroupId='string', skipResourceInUseCheck=True|False )
- Parameters:
agentId (string) –
[REQUIRED]
Id generated at the server side when an Agent is created
agentVersion (string) –
[REQUIRED]
Draft Version of the Agent.
actionGroupId (string) –
[REQUIRED]
Id generated at the server side when an Agent ActionGroup is created
skipResourceInUseCheck (boolean) – Skips checking if resource is in use when set to true. Defaults to false
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Delete Action Group Response
Exceptions
AgentsforBedrock.Client.exceptions.ThrottlingException
AgentsforBedrock.Client.exceptions.AccessDeniedException
AgentsforBedrock.Client.exceptions.ValidationException
AgentsforBedrock.Client.exceptions.InternalServerException
AgentsforBedrock.Client.exceptions.ResourceNotFoundException
AgentsforBedrock.Client.exceptions.ConflictException