tickerbot_delete_custom_signal
Delete a custom signal. Blocks deletion if other signals reference it, listing them. Use force:true to override and delete anyway.
Instructions
Delete one of the caller's custom signals. Cascade-safe by default: refused with 409 if another custom signal references it (the error lists the referencing signals). Pass force: true to delete anyway — existing references will break on next recompile. Available on every plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Custom signal slug. | |
| force | No | When true, skip the reference check and delete anyway. Default false. |