Deleting an Application Component Instance
Function
This API is used to delete an application component instance.
URI
DELETE /v2/{project_id}/cas/applications/{application_id}/components/{component_id}/instances/{instance_id}
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| project_id | String | Yes | Tenant's project ID. |
| application_id | String | Yes | Application ID. |
| component_id | String | Yes | Component ID. |
| instance_id | String | Yes | Component instance ID. |
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| force | Boolean | No | Whether to forcibly delete the application component instance. |
Request Parameters
Request parameters
None
Response Parameters
Response parameters
| Parameter | Type | Description |
|---|---|---|
| job_id | String | Job ID |
Example
Example request
None
Example response
{
"job_id": "JOB66761060-f209-407c-a093-4df6f531b9dc"
} Status Code
| HTTP Status Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad Request |
| 404 | Not Found |
| 500 | Internal Server Error |
Error code must be in the format of SVCSTG.00100.[Error_ID]. Example: SVCSTG.00100400. See Error Codes of Application Management APIs.
Last Article: Modifying an Application Component Instance
Next Article: Querying Instance Details Based on the Instance ID
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.