Delete Kx Dataview
finspace_delete_kx_dataview | R Documentation |
Deletes the specified dataview¶
Description¶
Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.
Usage¶
finspace_delete_kx_dataview(environmentId, databaseName, dataviewName,
clientToken)
Arguments¶
environmentId |
[required] A unique identifier for the kdb environment, from where you want to delete the dataview. |
databaseName |
[required] The name of the database whose dataview you want to delete. |
dataviewName |
[required] The name of the dataview that you want to delete. |
clientToken |
[required] A token that ensures idempotency. This token expires in 10 minutes. |
Value¶
An empty list.
Request syntax¶
svc$delete_kx_dataview(
environmentId = "string",
databaseName = "string",
dataviewName = "string",
clientToken = "string"
)