Delete a webhook endpoint

Permanently deletes a webhook endpoint, scoped to the authenticated organization. No further deliveries are sent to the endpoint after deletion.

Authentication

x-api-keystring

A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).

Path parameters

idstringRequired
The webhook endpoint id.

Response

The webhook endpoint was deleted.
successboolean
messagestring

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error