finspace_delete_kx_database {paws.management} | R Documentation |
Deletes the specified database and all of its associated data
Description
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.
Usage
finspace_delete_kx_database(environmentId, databaseName, clientToken)
Arguments
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. |
[Package paws.management version 0.9.0 Index]