Skip to content

Delete Slack User Identity

chatbot_delete_slack_user_identity R Documentation

Deletes a user level permission for a Slack channel configuration

Description

Deletes a user level permission for a Slack channel configuration.

Usage

chatbot_delete_slack_user_identity(ChatConfigurationArn, SlackTeamId,
  SlackUserId)

Arguments

ChatConfigurationArn

[required] The ARN of the SlackChannelConfiguration associated with the user identity to delete.

SlackTeamId

[required] The ID of the Slack workspace authorized with AWS Chatbot.

SlackUserId

[required] The ID of the user in Slack

Value

An empty list.

Request syntax

svc$delete_slack_user_identity(
  ChatConfigurationArn = "string",
  SlackTeamId = "string",
  SlackUserId = "string"
)