delete_consumer_group
Remove a specific consumer group from a Kafka environment to manage cluster resources and maintain system organization.
Instructions
Delete a consumer group.
Args: environment: The environment name. group_id: The ID of the consumer group to delete.
Returns: The result of the delete operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| group_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||