Interface DeleteProjectApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface DeleteProjectApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteProject(ProjectGraphUri projectGraph)
Delete a project.
-
-
-
Method Detail
-
deleteProject
void deleteProject(ProjectGraphUri projectGraph)
Delete a project.- Parameters:
projectGraph
- URI of the project graph e.g., urn:x-evn-master:abcdefg
-
-