tickerbot_delete_universe
Permanently delete one of your universes. Webhooks that reference the deleted universe fail on their next eval — clean those up first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Universe slug. | |
| force | No | A universe still referenced by live webhooks refuses to delete with `409 universe_referenced`. Pass `force=true` to delete anyway — those webhooks will match nothing until re-pointed or deleted. |