Chatbot / Client / delete_custom_action
delete_custom_action#
- Chatbot.Client.delete_custom_action(**kwargs)#
- Deletes a custom action. - See also: AWS API Documentation - Request Syntax- response = client.delete_custom_action( CustomActionArn='string' ) - Parameters:
- CustomActionArn (string) – - [REQUIRED] - The fully defined ARN of the custom action. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- Chatbot.Client.exceptions.InvalidRequestException
- Chatbot.Client.exceptions.ResourceNotFoundException
- Chatbot.Client.exceptions.InternalServiceError
- Chatbot.Client.exceptions.UnauthorizedException