finspace / Client / delete_kx_user
delete_kx_user#
- finspace.Client.delete_kx_user(**kwargs)#
- Deletes a user in the specified kdb environment. - See also: AWS API Documentation - Request Syntax- response = client.delete_kx_user( userName='string', environmentId='string' ) - Parameters:
- userName (string) – - [REQUIRED] - A unique identifier for the user that you want to delete. 
- environmentId (string) – - [REQUIRED] - A unique identifier for the kdb environment. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- finspace.Client.exceptions.InternalServerException
- finspace.Client.exceptions.ThrottlingException
- finspace.Client.exceptions.AccessDeniedException
- finspace.Client.exceptions.ResourceNotFoundException
- finspace.Client.exceptions.ValidationException