deleteProject method
Deletes a project permanently. The id / name of the project is not immediately available for reuse.
Implementation
_i2.Future<_i3.Project> deleteProject({required String cloudProjectId}) =>
caller.callServerEndpoint<_i3.Project>('projects', 'deleteProject', {
'cloudProjectId': cloudProjectId,
});