FinSpaceData / Client / delete_dataset
delete_dataset#
- FinSpaceData.Client.delete_dataset(**kwargs)#
Deletes a FinSpace Dataset.
Danger
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
See also: AWS API Documentation
Request Syntax
response = client.delete_dataset( clientToken='string', datasetId='string' )
- Parameters:
clientToken (string) –
A token that ensures idempotency. This token expires in 10 minutes.
This field is autopopulated if not provided.
datasetId (string) –
[REQUIRED]
The unique identifier of the Dataset to be deleted.
- Return type:
dict
- Returns:
Response Syntax
{ 'datasetId': 'string' }
Response Structure
(dict) – The response from an DeleteDataset operation
datasetId (string) –
The unique identifier for the deleted Dataset.
Exceptions
FinSpaceData.Client.exceptions.InternalServerException
FinSpaceData.Client.exceptions.ValidationException
FinSpaceData.Client.exceptions.ThrottlingException
FinSpaceData.Client.exceptions.AccessDeniedException
FinSpaceData.Client.exceptions.ResourceNotFoundException
FinSpaceData.Client.exceptions.LimitExceededException
FinSpaceData.Client.exceptions.ConflictException