removeProjectRole method

ResponseFuture<RemoveProjectRoleResponse> removeProjectRole(
  1. RemoveProjectRoleRequest request, {
  2. CallOptions? options,
})

Remove Project Role

Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.

Removes the role from the project and on every resource it has a dependency. This includes project grants and user grants.

Required permission:

  • project.role.write

Implementation

$grpc.ResponseFuture<$0.RemoveProjectRoleResponse> removeProjectRole(
  $0.RemoveProjectRoleRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeProjectRole, request, options: options);
}