1. Webhooks
  • API Overview
  • Registration
    • Create/Update Registration
      POST
    • Delete Registration
      DELETE
    • Get Registrations
      GET
  • Event
    • Get Event
      GET
  • Webhooks
    • Create webhook
      POST
    • Update webhook
      PUT
    • Delete webhook
      DELETE
    • List webhook
      GET
  1. Webhooks

Delete webhook

Prod Env
Prod Env
DELETE
v1/webhooks/{{webhook_id}}/{{reg_id}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff --request DELETE 'v1/webhooks/{{webhook_id}}/{{reg_id}}' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-08-20 12:29:45
Previous
Update webhook
Next
List webhook
Built with