Sign in

Delete Webhook

documented

Delete a webhook.

DELETE /v2/webhook/{id}Webhookno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.transmitmessage.com/v2/webhook/{{$id}}" \
  -X DELETE \
  -H "x-api-key: {{KUDOSITY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete Webhook · Kudosity · OpenIntegrations