delete_topic
Permanently delete a Kafka topic and all its messages when removal is explicitly requested. Use this action only for user-owned topics that must be erased and cannot be recovered.
Instructions
PERMANENTLY delete one of the user's Kafka topics (the topic and all its messages). Cannot be undone. Only call when the user clearly asked to remove the topic. The name must be one they own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full topic name to delete (e.g. u-<hex>.orders). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| deleted | Yes |