Deleting an Instance
Note
This API is an out-of-date version and may not be maintained in the future. Please use the API described in Deleting an Instance.
Function
This API is used to delete an instance to release all the resources occupied by it.
URI
DELETE /v1.0/{project_id}/instances/{instance_id}
Table 1 describes the parameters.
Parameter | Type | Mandatory | Description |
---|---|---|---|
project_id | String | Yes | Indicates the ID of a project. |
instance_id | String | Yes | Indicates the instance ID. |
Request
Request parameters
None.
Example request
None.
Response
Response parameters
None.
Example response
None.
Status Code
Table 2 describes the status code of successful operations. For details about other status codes, see Status Code.
Status Code | Description |
---|---|
204 | The instance is deleted successfully. |
Parent topic: APIs for Managing Instances
- Function
- URI
- Request
- Response
- Status Code