Updated on 2025-11-19 GMT+08:00

Deleting a Component Based on the Component ID (V2)

Function

This API is used to delete a specified component.

URI

DELETE /v2/cmdb/apps/{application_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

application_id

Yes

String

Application ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token obtained from IAM.

x-business-id

Yes

Long

Application ID.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

ok

String

ok: The deletion is successful.

Example Requests

Delete an application based on the application ID.

/v2/cmdb/apps/352585

Example Responses

Status code: 200

OK: The request is successful.

{
  "ok" : "ok"
}

Status Codes

Status Code

Description

200

OK: The request is successful.

400

Bad Request: Semantic or parameter error.

401

Unauthorized: No permissions.

403

Forbidden: Access forbidden.

404

Not Found: The requested resource is not found.

Error Codes

See Error Codes.