Class BulkDeleteRoleRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.BulkDeleteRoleRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class BulkDeleteRoleRequest extends RequestBase implements JsonpSerializable
Bulk delete roles.

The role management APIs are generally the preferred way to manage roles, rather than using file-based role management. The bulk delete roles API cannot delete roles that are defined in roles files.

See Also: