finspace / Client / delete_kx_dataview
delete_kx_dataview¶
- finspace.Client.delete_kx_dataview(**kwargs)¶
- Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster. - See also: AWS API Documentation - Request Syntax- response = client.delete_kx_dataview( environmentId='string', databaseName='string', dataviewName='string', clientToken='string' ) - Parameters:
- environmentId (string) – - [REQUIRED] - A unique identifier for the kdb environment, from where you want to delete the dataview. 
- databaseName (string) – - [REQUIRED] - The name of the database whose dataview you want to delete. 
- dataviewName (string) – - [REQUIRED] - The name of the dataview 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