Chatbot / Client / delete_slack_user_identity
delete_slack_user_identity#
- Chatbot.Client.delete_slack_user_identity(**kwargs)#
Deletes a Slack user identity
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.ResourceNotFoundException
Chatbot.Client.exceptions.DeleteSlackUserIdentityException