Use this endpoint to remove the webhook endpoint registered for a merchant. Once deleted, IteraPay will stop delivering event notifications for that merchant. To resume receiving events, register a new webhook using POST /weebhook/.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The endpoint path is
/weebhook/{merchantID} — note the double ‘e’. Use this exact path in your requests.This endpoint requires Bearer token authentication. API key authentication is not accepted.
Path parameters
The UUID of the merchant whose webhook you want to delete.
Response
Returns204 No Content on success. No response body is returned.