finspace / Client / delete_kx_environment

delete_kx_environment#

finspace.Client.delete_kx_environment(**kwargs)#

Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.

See also: AWS API Documentation

Request Syntax

response = client.delete_kx_environment(
    environmentId='string',
    clientToken='string'
)
Parameters:
  • 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.ResourceNotFoundException

  • finspace.Client.exceptions.InternalServerException

  • finspace.Client.exceptions.AccessDeniedException

  • finspace.Client.exceptions.ThrottlingException

  • finspace.Client.exceptions.ValidationException

  • finspace.Client.exceptions.ConflictException