Delete App¶
Delete an application for this OU.
Operation Permissions¶
Applications assigned with the Application Registration Administrator policy in the OU.
Request Format¶
DELETE https://{apigw-address}/enos-app-service/v2.5/apps
Request Parameters(URI)¶
Name |
Location(Path/Query) |
Required/Optional |
Data Type |
Description |
---|---|---|---|---|
orgId |
Query |
Required |
String |
The OU ID which the application belongs to. How to get orgId >> |
id |
Query |
Required |
String |
The application ID generated by the system. |
Samples¶
Request Sample¶
url: https://{apigw-address}/enos-app-service/v2.5/apps?orgId=yourOrgId&id=yourAppID
method: DELETE
Return Sample¶
{
"code": 0,
"msg": "OK",
"subMsg": null,
"data": true
}