ncloud_datastream_delete_topic
Delete a Data Stream topic permanently by specifying the topic ID and setting confirm=true. All messages in the topic are immediately lost, preventing further data retention.
Instructions
⚠️ Destructive: Permanently delete a Data Stream topic. All messages in this topic will be lost. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute the destructive operation | |
| topicId | Yes | Topic ID to delete |