Updated on 2022-08-15 GMT+08:00

Deleting an Application Based on the Application ID

Function

This API is used to delete an application based on the application ID.

URI

DELETE /v2/{project_id}/cas/applications/{application_id}

Table 1 Path parameters

Parameter

Type

Mandatory

Description

project_id

String

Yes

Tenant's project ID.

application_id

String

Yes

Application ID.

Request

None

Response

None

Example

Example request

None

Example response

None

Status Code

Table 2 Status codes

Status Code

Description

204

OK

400

Bad Request

404

Not Found

409

Conflict

500

Internal Server Error

Error Code

Error code must be in the format of SVCSTG.00100.[Error_ID]. Example: SVCSTG.00100400. See Error Codes of Application Management APIs.