signaloid-cli webhooks delete
Delete a webhook.
Synopsis
signaloid-cli webhooks delete --webhook-id <id>
Options
| Option | Required | Description |
|---|---|---|
--webhook-id <id> | Yes | Webhook ID to delete |
Description
Permanently deletes a webhook. This action cannot be undone. All webhook configuration and delivery history will be removed.
Examples
signaloid-cli webhooks delete --webhook-id webhook_abc123
Notes
- This operation is permanent and cannot be undone
- All webhook delivery history is deleted
- Active webhook deliveries in progress may still complete
Troubleshooting
Delete fails with "Webhook not found"
- Verify the webhook ID using
webhooks list - The webhook may have already been deleted
Need to temporarily stop webhook deliveries
- Consider using
webhooks disableinstead of deleting - Disabled webhooks can be re-enabled later
See Also
- signaloid-cli webhooks - Webhook command overview
- signaloid-cli webhooks list - List webhooks
- signaloid-cli webhooks disable - Temporarily disable webhooks