Agent Webhooks
Delete Webhook
Permanently delete a webhook configuration
DELETE
Overview
Permanently deletes a webhook configuration. This action cannot be undone.Endpoint
string
required
Agent UUID
string
required
Webhook UUID
Request
Response
boolean
Indicates if the webhook was deleted successfully
string
Success message
Error responses
Important notes
- This action permanently deletes the webhook configuration and cannot be undone
- Webhook operations automatically clear the agent cache for immediate effect
- Consider disabling the webhook first if you want to temporarily stop notifications
- Deleted webhooks will no longer receive any events
Related endpoints
- List Agent Webhooks - Get all webhooks for an agent
- Create Webhook - Set up a new webhook
- Get Webhook Details - Retrieve specific webhook information
- Update Webhook - Modify webhook configuration
- Toggle Webhook Status - Enable/disable webhook
- Test Webhook - Send test payload to verify connectivity