:doc:`Chatbot <../../chatbot>` / Client / delete_slack_user_identity

**************************
delete_slack_user_identity
**************************



.. py:method:: Chatbot.Client.delete_slack_user_identity(**kwargs)

  

  Deletes a user level permission for a Slack channel configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackUserIdentity>`_  


  **Request Syntax**
  ::

    response = client.delete_slack_user_identity(
        ChatConfigurationArn='string',
        SlackTeamId='string',
        SlackUserId='string'
    )
    
  :type ChatConfigurationArn: string
  :param ChatConfigurationArn: **[REQUIRED]** 

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

    

  
  :type SlackTeamId: string
  :param SlackTeamId: **[REQUIRED]** 

    The ID of the Slack workspace authorized with AWS Chatbot.

    

  
  :type SlackUserId: string
  :param SlackUserId: **[REQUIRED]** 

    The ID of the user in Slack

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chatbot.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Chatbot.Client.exceptions.DeleteSlackUserIdentityException`

  
  *   :py:class:`Chatbot.Client.exceptions.ResourceNotFoundException`

  