Delete Kx Environment
finspace_delete_kx_environment | R Documentation |
Deletes the kdb environment¶
Description¶
Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.
Usage¶
finspace_delete_kx_environment(environmentId, clientToken)
Arguments¶
environmentId |
[required] A unique identifier for the kdb environment. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
Value¶
An empty list.
Request syntax¶
svc$delete_kx_environment(
environmentId = "string",
clientToken = "string"
)