Updated on 2025-12-05 GMT+08:00

Deleting a Group

Function

After a group is created, you can delete it if it is no longer needed.

URI

DELETE /v1/groups/{id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

id

Yes

String

Definition

Group ID.

Constraints

N/A

Range

The value is a string. It contains 24 characters.

Default value

N/A

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

force_delete

No

Boolean

Definition

Whether to forcibly delete static information about microservices.

Constraints

N/A

Range

  • true: The group is forcibly deleted. The system directly clears the resources associated with the group and deletes the group.

  • false: Only resource groups that are not associated with any resource group can be deleted.

Default value

N/A

Request Parameters

None

Response Parameters

Status code: 200

The group is deleted.

None

Example Requests

The group is deleted.

DELETE https://{Endpoint}/v1/groups/{id}?force_delete=true

Example Responses

None

Status Codes

Status Code

Description

200

The group is deleted.

Error Codes

See Error Codes.