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',
    clientToken='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.

  • clientToken (string) –

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

    This field is autopopulated if not provided.

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

  • finspace.Client.exceptions.ConflictException