Jackalope\Transport\WorkspaceManagementInterface::deleteWorkspace PHP Method

deleteWorkspace() public method

Deletes the workspace with the specified name from the repository, deleting all content within it.
public deleteWorkspace ( string $name )
$name string The name of the workspace.
    public function deleteWorkspace($name);
WorkspaceManagementInterface