Deleting an Instance Group
Function
This API is used to delete a DDM instance group.
Constraints
None
URI
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID of a tenant in a region To obtain this value, see Obtaining a Project ID. |
| instance_id | Yes | String | DDM instance ID |
| group_id | Yes | String | Group ID. |
Request Parameters
None
Example Request
DELETE https://{endpoint}/v3/{project_id}/instances/{instance_id}/groups/{group_id} Response
- Normal response
Table 2 Response body parameters Parameter
Type
Description
job_id
String
ID of the job for deleting a group.
order_id
String
Order ID. This parameter is returned only when yearly/monthly instances are deleted.
- Normal response example
Buying a pay-per-use instance:
{ "job_id": "3ae783f3-844e-4051-abd5-b9cc65899785" }Buying a yearly/monthly instance:
{ "order_id" : "CS1810251738L8VVD" } - Abnormal response
For details, see Abnormal Request Results.
Status Codes
- Normal
- Abnormal
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot