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'
)
Parameters:

environmentId (string) –

[REQUIRED]

A unique identifier for the kdb environment.

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