IProjectServiceDeleteProject Method

Deletes the project with the specified ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void DeleteProject(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the project to delete.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionThe project with the specified ID does not exist.
InvalidOperationExceptionAn attempt has been made to delete the global project or a user project.
NoPrivilegeExceptionThe caller is not a system or tenant administrator for the tenant associated with the project.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also