Delete a webhook
curl -X DELETE "https://test-api.kashier.io/v2/webhooks/string"{}Removes a webhook. There's no undo — deliveries already recorded against it stay visible in delivery records.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Path Parameters
The webhook's _id.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
List subscribable events GET
Returns the catalog of event types a webhook can subscribe to — the exact values that are valid in the events array of Create a webhook and Update a webhook. Read this catalog rather than hard-codi…
Update a webhook PUT
Updates an existing webhook. Send only the fields you want to change. The https-only URL rule from webhook creation applies here too. Moving a webhook to the other mode re-checks that mode's webhoo…