WebhookService¶
- class WebhookService[source]¶
Methods
Deletes a specific webhook given its uuid.
- delete_webhook(*, webhook_id)[source]¶
Deletes a specific webhook given its uuid.
- Parameters:
webhook_id (
str) – The id of the webhook to delete.self (WebhookService[AuthenticatedClient])
- Returns:
Nothing.
- Return type:
None