Deletes an API group.
Operation description
This operation is intended for API providers.
An API group that contains APIs cannot be deleted. To delete the API group, you must first delete its APIs.
After an API group is deleted, the second-level domain name bound to the API group is automatically invalidated.
If the specified API group does not exist, a success response is returned.
The QPS limit on this operation is 50 per user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DeleteApiGroup |
delete |
*ApiGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
The ID of the API group. This ID is generated by the system and globally unique. |
523e8dc7bbe04613b5b1d726c2a7889d |
| Tag |
array<object> |
No |
The object tags that match the lifecycle rule. You can specify multiple tags. |
Key, Value |
|
object |
No |
|||
| Key |
string |
Yes |
The key of the tag. |
key |
| Value |
string |
Yes |
The value of the tag. |
value |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99 |
Examples
Success response
JSON format
{
"RequestId": "E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.