Removes a Portlet from a Page. The Page is identified by its definition label, included as the last part of the URI path.
/bea/wlp/api
POST
/bea/wlp/api/page/remove/portlet/{page definition label}
Parameter
|
Type
|
Description
|
Allowed Values
|
Default Value
|
---|---|---|---|---|
webapp (required)
|
String
|
The webapp that contins the Page.
| ||
portlet
|
String
|
The instance or definition label of the Portlet to remove from the Page.
| ||
scope (required)
|
String
|
The scope at which to perform the remove operation, either the library definition, the admin instance, or a visitor's customized instance.
|
library
admin visitor |
library
|
portal
|
String
|
For 'admin' or 'visitor' scope, the portal that contains the Page.
| ||
desktop
|
String
|
For 'admin' or 'visitor' scope, the desktop that contains the Page.
| ||
username
|
String
|
For visitor scope, the username of the visitor that owns the Page instance.
| ||
proliferation
|
String
|
For 'library' or 'admin' scope, whether or not the remove operation should be cascaded to derived Page instances.
|
sync
async off |
async
|
/bea/wlp/api/page/remove/portlet/page_1?portlet=myPortlet&webapp=myWebapp&portal=myPortal&desktop=myDesktop&scope=admin
<rsp/>