Delete Kx Database
finspace_delete_kx_database | 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.
Usage¶
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.
Value¶
An empty list.