All Products
Search
Document Center

Platform For AI:DeleteGroup

Last Updated:Jun 25, 2026

Deletes a service group.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

DELETE /api/v2/groups/{ClusterId}/{GroupName} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

ClusterId

string

No

The ID of the region to which the service group belongs.

cn-shanghai

GroupName

string

No

The name of the service group.

foo

Request parameters

Parameter

Type

Required

Description

Example

CascadeDelete

string

No

Specifies whether to perform a cascade delete. If enabled, deleting the service group automatically deletes all services within the service group. This feature is disabled by default.

Valid values:

  • true :

    true

  • false :

    false

false

Response elements

Element

Type

Description

Example

object

The response.

RequestId

string

The request ID.

40325405-579C-4D82********

Message

string

The response message.

Delete service group foo successfully

Examples

Success response

JSON format

{
  "RequestId": "40325405-579C-4D82********",
  "Message": "Delete service group foo successfully\n"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.