eZ\Publish\Core\REST\Client\LocationService::deleteLocation PHP Method

deleteLocation() public method

Deletes $location and all its descendants.
public deleteLocation ( eZ\Publish\API\Repository\Values\Content\Location $location )
$location eZ\Publish\API\Repository\Values\Content\Location
    public function deleteLocation(Location $location)
    {
        throw new \Exception('@todo: Implement.');
    }