deleteProject method

ResponseFuture<DeleteProjectResponse> deleteProject(
  1. DeleteProjectRequest request, {
  2. CallOptions? options,
})

Delete Project

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

Delete an existing project. In case the project is not found, the request will return a successful response as the desired state is already achieved.

Required permission:

  • project.delete

Implementation

$grpc.ResponseFuture<$0.DeleteProjectResponse> deleteProject(
  $0.DeleteProjectRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteProject, request, options: options);
}