Devise\Pages\Collections\ResponseHandler::requestDeleteInstance PHP Method

requestDeleteInstance() public method

Remove the collection instance from the database
public requestDeleteInstance ( integer $collectionInstanceId ) : void
$collectionInstanceId integer
return void
    public function requestDeleteInstance($collectionInstanceId)
    {
        $this->CollectionsManager->removeInstance($collectionInstanceId);
    }