PayPal\Api\WebhookList::removeWebhook PHP Method

removeWebhook() public method

Remove Webhooks from the list.
public removeWebhook ( Webhook $webhook )
$webhook Webhook
    public function removeWebhook($webhook)
    {
        return $this->setWebhooks(array_diff($this->getWebhooks(), array($webhook)));
    }