Skip to main content

signaloid-cli webhooks delete

Delete a webhook.

Synopsis

signaloid-cli webhooks delete --webhook-id <id>

Options

OptionRequiredDescription
--webhook-id <id>YesWebhook 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 disable instead of deleting
  • Disabled webhooks can be re-enabled later

See Also