This API is used to delete a consumer group from a Kafka instance.
DELETE /v2/{project_id}/instances/{instance_id}/groups/{group}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. |
instance_id |
Yes |
String |
Instance ID. |
group |
Yes |
String |
Consumer group ID. |
None
None
DELETE https://{endpoint}/v2/{project_id}/instances/{instance_id}/groups/{group}
None
Status Code |
Description |
---|---|
204 |
The deletion is successful. |
See Error Codes.