forked from docs/doc-exports
Reviewed-by: Bobkova, Natalia <natalia.bobkova@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
6.8 KiB
6.8 KiB
Deleting a Single DCS Instance
Function
This API is used to delete a specified DCS instance to free up all resources occupied by the DCS instance.
URI
DELETE /v1.0/{project_id}/instances/{instance_id}
Table 1 describes the parameter.
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID. For details on how to obtain the value of this parameter, see Obtaining a Project ID. |
instance_id |
String |
Yes |
Instance ID. |
Request
Request parameters
None
Example request
Request URL:
DELETE https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}
Response
Response parameters
None
Example response
None
Parent topic: Lifecycle Management APIs