Updated on 2025-12-05 GMT+08:00

Deleting an Application

Function

In the application resource management scenario, to delete a created application, you can accurately remove the target application based on the application ID.

URI

DELETE /v1/applications/{id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

id

Yes

String

Definition

Application ID.

Constraints

If an application or sub-application contains groups, components, or sub-applications, the application or sub-application cannot be deleted. You can delete the application or sub-application only when the node is empty.

Range

The value can be customized. The value contains 24 characters.

Default value

N/A

Request Parameters

None

Response Parameters

Status code: 200

An application is deleted.

None

Example Requests

Delete an application.

DELETE https://{Endpoint}/v1/applications/{id}

Example Responses

None

Status Codes

Status Code

Description

200

An application is deleted.

Error Codes

See Error Codes.