Skip to main content
DELETE
https://agentgate.mynewapi.com
/
v1
/
webhooks
/
{id}
curl -X DELETE https://agentgate.mynewapi.com/v1/webhooks/wh_abc123 \
  -H "Authorization: Bearer YOUR_API_KEY"
// No content
id
string
required
Webhook ID to delete.
This action is irreversible. Any pending deliveries will be cancelled.
curl -X DELETE https://agentgate.mynewapi.com/v1/webhooks/wh_abc123 \
  -H "Authorization: Bearer YOUR_API_KEY"
// No content