finspace_delete_kx_user {paws.management} | R Documentation |
Deletes a user in the specified kdb environment
Description
Deletes a user in the specified kdb environment.
See https://www.paws-r-sdk.com/docs/finspace_delete_kx_user/ for full documentation.
Usage
finspace_delete_kx_user(userName, environmentId, clientToken = NULL)
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. |
[Package paws.management version 0.9.0 Index]