finspace / Client / delete_kx_database
delete_kx_database#
- finspace.Client.delete_kx_database(**kwargs)#
Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.
See also: AWS API Documentation
Request Syntax
response = client.delete_kx_database( environmentId='string', databaseName='string', clientToken='string' )
- Parameters:
environmentId (string) –
[REQUIRED]
A unique identifier for the kdb environment.
databaseName (string) –
[REQUIRED]
The name of the kdb database that you want to delete.
clientToken (string) –
[REQUIRED]
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.ValidationException
finspace.Client.exceptions.ThrottlingException
finspace.Client.exceptions.AccessDeniedException
finspace.Client.exceptions.ResourceNotFoundException
finspace.Client.exceptions.ConflictException