KB / api
DELETE /api/v1/admin/alerts/{config_id}
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script — do not edit this file directly.
DELETE /api/v1/admin/alerts/{config_id}
Handler: app.signals.routes.delete_alert_config
Methods: DELETE
Description
Delete an alert definition.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | config_id | int | PydanticUndefined |
Curl
curl -s https://bigclawd.com/api/v1/admin/alerts/{config_id}