Deleting a Server Group
Function
This API is used to delete a server group.
URI
DELETE /v5/{project_id}/host-management/groups
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| enterprise_project_id | No | String | Enterprise project ID. To query all enterprise projects, set this parameter to all_granted_eps. |
| group_id | Yes | String | Server group ID |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Auth-Token | Yes | String | IAM token. It can be obtained by calling the IAM API used to obtain an IAM token. The value of X-Subject-Token in the response header is a token. |
| region | Yes | String | Region ID |
Response Parameters
Status code: 200
success
None
Example Requests
Delete the server group whose ID is 34fcf861-402b-45c6-9b6a-13087791aae3.
DELETE https://{endpoint}/v5/{project_id}/host-management/groups
{
"group_id" : "34fcf861-402b-45c6-9b6a-13087791aae3"
} Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 200 | success |
| 400 | Invalid parameter. |
| 401 | Authentication failed. |
| 403 | Insufficient permission. |
| 404 | Resource not found. |
| 500 | System error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.