finspace_delete_kx_database: Deletes the specified database and all of its associated data

View source: R/finspace_operations.R

finspace_delete_kx_databaseR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.