from polar_sdk import Polarwith Polar( access_token="<YOUR_BEARER_TOKEN_HERE>",) as polar: polar.webhooks.delete_webhook_endpoint(id="<value>") # Use the SDK ...
from polar_sdk import Polarwith Polar( access_token="<YOUR_BEARER_TOKEN_HERE>",) as polar: polar.webhooks.delete_webhook_endpoint(id="<value>") # Use the SDK ...