Delete a webhook endpoint and all its event subscriptions.
Security
bearerAuth or basicAuth
- Mock serverhttps://docs.resolvepay.com/_mock/merchant-api/openapi/webhooks
- Sandbox serverhttps://app-sandbox.resolvepay.com/api/webhooks
- bearerAuth
- basicAuth
curl -i -X DELETE \
https://docs.resolvepay.com/_mock/merchant-api/openapi/webhooks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"endpoint_url": "https://example.com/webhooks/resolve"
}'