Chatbot / Client / delete_slack_user_identity
delete_slack_user_identity#
- Chatbot.Client.delete_slack_user_identity(**kwargs)#
- Deletes a user level permission for a Slack channel configuration. - See also: AWS API Documentation - Request Syntax- response = client.delete_slack_user_identity( ChatConfigurationArn='string', SlackTeamId='string', SlackUserId='string' ) - Parameters:
- ChatConfigurationArn (string) – - [REQUIRED] - The ARN of the SlackChannelConfiguration associated with the user identity to delete. 
- SlackTeamId (string) – - [REQUIRED] - The ID of the Slack workspace authorized with AWS Chatbot. 
- SlackUserId (string) – - [REQUIRED] - The ID of the user in Slack 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- Chatbot.Client.exceptions.InvalidParameterException
- Chatbot.Client.exceptions.DeleteSlackUserIdentityException
- Chatbot.Client.exceptions.ResourceNotFoundException