Instagram\API\Request\BulkDeleteCommentsMediaRequest::getEndpoint PHP Method

getEndpoint() public method

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/media/%s/comment/bulk_delete/", $this->mediaId);
    }