AgentsforBedrock / Client / delete_flow_alias
delete_flow_alias#
- AgentsforBedrock.Client.delete_flow_alias(**kwargs)#
- Deletes an alias of a flow. - See also: AWS API Documentation - Request Syntax- response = client.delete_flow_alias( aliasIdentifier='string', flowIdentifier='string' ) - Parameters:
- aliasIdentifier (string) – - [REQUIRED] - The unique identifier of the alias to be deleted. 
- flowIdentifier (string) – - [REQUIRED] - The unique identifier of the flow that the alias belongs to. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'flowId': 'string', 'id': 'string' } - Response Structure- (dict) – - flowId (string) – - The unique identifier of the flow that the alias belongs to. 
- id (string) – - The unique identifier of the flow. 
 
 
 - 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