- Documentation
 - Menu
 - Delete Menu
 
Delete Menu¶
Delete a menu for an application.
Request Format¶
DELETE https://{apigw-address}/enos-app-service/v3/menus
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 menu identifier generated by the system.  | 
Samples¶
Request Sample¶
url: https://{apigw-address}/enos-app-service/v3/menus?orgId=yourOrgId&id=menuId
method: DELETE
Return Sample¶
{
  "code": 0,
  "msg": "OK",
  "subMsg": null,
  "data": true
}