Skip to content

Delete webhook endpoints

Request

Delete a webhook endpoint and all its event subscriptions.

Security
bearerAuth or basicAuth
Bodyapplication/jsonrequired
endpoint_urlstring, (uri)^https://required

The HTTPS URL of the webhook endpoint to delete

Example:"https://example.com/webhooks/resolve"
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"
  }'

Responses

Webhook endpoint successfully deleted.

Response
No content