- Deletes a webhook endpoint
Lists webhook endpoints
Creates a webhook endpoint
Retrieves a webhook endpoint by ID
Updates a webhook endpoint
Pings a webhook endpoint
Lists webhook event types
Lists webhook delivery logs
Retrieves a delivery log by ID
Exports webhook delivery logs
Retries a failed webhook delivery
Deletes a webhook endpoin...
DELETE {{baseURL}}/v2/webhooks/endpoints/{{endpointId}}
This endpoint deletes a webhook endpoint.
All outstanding pending and scheduled retries for this specified webhook are canceled. References in log files are not erased.
See Also:
To create a webhook, see POST /v2/webhooks/endpoints.
To update a webhook, see PATCH /v2/webhooks/endpoints/{{endpointId}}.
To test a webhook, see POST /v2/webhooks/endpoints/{{endpointId}}/ping
Security
Bearer
- Sandbox environmenthttps://sandbox.api.flute.com/v2/webhooks/endpoints/{endpointId}
- Production environmenthttps://api.flute.com/v2/webhooks/endpoints/{endpointId}
curl -i -X DELETE \
https://sandbox.api.flute.com/v2/webhooks/endpoints/e8570526-3b2c-4776-ad1c-1303ccb5bc2d \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'