:doc:`finspace <../../finspace>` / Client / delete_kx_user

**************
delete_kx_user
**************



.. py:method:: finspace.Client.delete_kx_user(**kwargs)

  

  Deletes a user in the specified kdb environment.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/DeleteKxUser>`_  


  **Request Syntax**
  ::

    response = client.delete_kx_user(
        userName='string',
        environmentId='string',
        clientToken='string'
    )
    
  :type userName: string
  :param userName: **[REQUIRED]** 

    A unique identifier for the user that you want to delete.

    

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

    A unique identifier for the kdb environment.

    

  
  :type clientToken: string
  :param clientToken: 

    A token that ensures idempotency. This token expires in 10 minutes.

    This field is autopopulated if not provided.

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`finspace.Client.exceptions.InternalServerException`

  
  *   :py:class:`finspace.Client.exceptions.ThrottlingException`

  
  *   :py:class:`finspace.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`finspace.Client.exceptions.ValidationException`

  
  *   :py:class:`finspace.Client.exceptions.ConflictException`

  