Updated on 2024-03-05 GMT+08:00

Deleting an Instance

Function

This API is used to delete a specified DCS instance to free up all resources occupied by it.

To delete pay-per-use resources, perform operations in this section. To unsubscribe from resources billed in the yearly/monthly mode, see Unsubscribing from Yearly/Monthly Resources.

Calling Method

For details, see Calling APIs.

URI

DELETE /v2/{project_id}/instances/{instance_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID.

instance_id

Yes

String

Instance ID.

Request Parameters

None

Response Parameters

None

Example Requests

Deleting a specified instance

DELETE https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}

Example Responses

None

Status Codes

Status Code

Description

204

Instance deleted successfully.

400

Invalid request.

500

Internal service error.

Error Codes

See Error Codes.