diff --git a/cdp/webhook.py b/cdp/webhook.py index 14c2b0c..7d70f6c 100644 --- a/cdp/webhook.py +++ b/cdp/webhook.py @@ -145,7 +145,7 @@ def list(cls) -> Iterator["Webhook"]: page = response.next_page - @classmethod + @staticmethod def delete(cls, webhook_id: str) -> None: """Delete a webhook by its ID.