PayPal\Api\WebhookList::removeWebhook PHP Méthode

removeWebhook() public méthode

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