Sign in

Delete hook

documented

Delete a webhook hook by ID using the hook_id query parameter.

DELETE /api2/hooksWebhooksno 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://app.wisepops.com/api2/hooks?hook_id={{$hook_id}}" \
  -X DELETE \
  -H 'Authorization: WISEPOPS-API key="{{WISEPOPS_API_KEY}}"' \
  -H 'Accept: application/json'