milvus-logo
LFAI
< Docs
  • C#

DropRoleAsync()

Drops a role.

Invocation

await milvusClient.DropRoleAsync(roleName, cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
roleNameThe name of the role to be dropped.stringTrue
cancellationTokenThe token to monitor for cancellation requests. The default value is CancellationToken.None.CancellationTokenFalse

Return

This method does not return any value.

Feedback

Was this page helpful?