View source: R/finspace_operations.R
finspace_delete_kx_database | R Documentation |
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 https://www.paws-r-sdk.com/docs/finspace_delete_kx_database/ for full documentation.
finspace_delete_kx_database(environmentId, databaseName, clientToken)
environmentId |
[required] A unique identifier for the kdb environment. |
databaseName |
[required] The name of the kdb database that you want to delete. |
clientToken |
[required] A token that ensures idempotency. This token expires in 10 minutes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.