Values.DeleteSlackUserIdentityRequestSourceDeletes a user level permission for a Slack channel configuration.
type nonrec t = {chatConfigurationArn : ChatConfigurationArn.t;The ARN of the SlackChannelConfiguration associated with the user identity to delete.
*)slackTeamId : SlackTeamId.t;The ID of the Slack workspace authorized with AWS Chatbot.
*)slackUserId : SlackUserId.t;The ID of the user in Slack
*)}val make :
chatConfigurationArn:ChatConfigurationArn.t ->
slackTeamId:SlackTeamId.t ->
slackUserId:SlackUserId.t ->
unit ->
t