Home/API Docs/Delete Webhook Endpoint

Delete Webhook Endpoint

DELETE /api/v1/webhooks/{id}

Delete a webhook endpoint. Pending deliveries for it are dropped.

Parameters

NameInTypeDescription
id required path integer -

Example request

curl "https://earningsapi.io/api/v1/webhooks/48291" \
  -H "X-API-Key: YOUR_API_KEY"

Authenticate with your API key in the X-API-Key header (or api_key query parameter). Get a key on the pricing page. Try any endpoint interactively in the Swagger console, and see the full OpenAPI spec.

← All API endpoints