CPS-314: Delete Dataspace
[cps.git] / cps-service / src / main / java / org / onap / cps / api / CpsAdminService.java
index 1d08cde..7ba9599 100755 (executable)
@@ -41,6 +41,13 @@ public interface CpsAdminService {
      */
     void createDataspace(@NonNull String dataspaceName);
 
+    /**
+     * Delete dataspace.
+     *
+     * @param dataspaceName the name of the dataspace to delete
+     */
+    void deleteDataspace(@NonNull String dataspaceName);
+
     /**
      * Create an Anchor.
      *