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
id
The webhook endpoint id.
Response
The webhook endpoint was deleted.
success
message
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error