Delete Kx User
finspace_delete_kx_user | R Documentation |
Deletes a user in the specified kdb environment¶
Description¶
Deletes a user in the specified kdb environment.
Usage¶
finspace_delete_kx_user(userName, environmentId, clientToken)
Arguments¶
userName |
[required] A unique identifier for the user that you want to delete. |
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_user(
userName = "string",
environmentId = "string",
clientToken = "string"
)