Delete App¶
Delete an application for the OU.
Request Format¶
DELETE https://{apigw-address}/enos-app-service/v3/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/v3/apps?orgId=yourOrgId&id=yourAppID
method: DELETE
Return Sample¶
{
  "code": 0,
  "msg": "OK",
  "subMsg": null,
  "data": true
}