WebhookService# class WebhookService[source]# Methods delete_webhook Deletes a specific webhook given its uuid. delete_webhook(*, webhook_id, extra_parameters=None)[source]# Deletes a specific webhook given its uuid. Parameters: webhook_id (str) – The id of the webhook to delete. extra_parameters (Optional[Mapping[str, Union[str, bool, int, float]]]) – The extra query parameters you might want to add. By default no extra query parameters are added. self (WebhookService[AuthenticatedClient]) – Returns: Nothing. Return type: None