Deletes an instance group for an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
delete |
*Application
|
None | None |
Request syntax
DELETE /pop/v5/deploy_group HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
3616cdca-4f92-4413-b31************* |
| GroupName |
string |
Yes |
The name of the instance group. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The message that is returned. |
success |
| Data |
string |
The data that is returned. |
1 |
| RequestId |
string |
The ID of the request. |
4D9F-DR94-FD**************** |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"Data": "1",
"RequestId": "4D9F-DR94-FD****************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.