NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.14.1" />

.NET API 4,965,888 bytes

 DeletePrivilegesRequest

Request for DeletePrivileges

https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-delete-privilege.html

public Refresh? Refresh { get; set; }

If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.

protected IDeletePrivilegesRequest Self { get; }

public DeletePrivilegesRequest(Name application, Name name)

/_security/privilege/{application}/{name}

Used for serialization purposes, making sure we have a parameterless constructor