seregazhuk\PinterestBot\Api\Traits\CanBeDeleted::getDeleteUrl PHP Method

getDeleteUrl() protected method

protected getDeleteUrl ( ) : string
return string
    protected function getDeleteUrl()
    {
        return property_exists($this, 'deleteUrl') ? $this->deleteUrl : '';
    }