purge_topic
Empty a Kafka topic by deleting all its messages while keeping the topic for reuse. Reset processing and let consumers read from the beginning again.
Instructions
Purge (empty) one of the user's Kafka topics — deletes all its messages but KEEPS the topic. Use this to restart processing after a mistake: purge, then have consumers read from the start again. The topic name must be one the user owns (starts with their prefix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full topic name to purge (e.g. u-<hex>.orders). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| purged | Yes |