1
0
forked from docs/doc-exports
doc-exports/docs/dms/api-ref/DeleteGroup.html
Chen, Junjie f5b629cc78 DMS API 20240722 version
Reviewed-by: Ziuzko, Stanislav <stanislav.ziuzko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-09-06 09:17:23 +00:00

3.9 KiB

Deleting a Consumer Group from a Kafka Instance

Function

This API is used to delete a consumer group from a Kafka instance.

URI

DELETE /v2/{project_id}/instances/{instance_id}/groups/{group}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details about how to obtain it, see Obtaining a Project ID.

instance_id

Yes

String

Instance ID.

group

Yes

String

Consumer group ID.

Request Parameters

None

Response Parameters

None

Example Requests

DELETE https://{endpoint}/v2/{project_id}/instances/{instance_id}/groups/{group}

Example Responses

None

Status Codes

Status Code

Description

204

The deletion is successful.

Error Codes

See Error Codes.