Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Delete Portlet

Deletes a Portlet specified by definition label and webapp from the library

Namespace

/bea/wlp/api

HTTP Method

DELETE

URI

/bea/wlp/api/portlet/item/{portlet definition or instance label}

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp (required)
String
The webapp that contains the Portlet.
cascade
Boolean
Whether to delete just this Portlet definition, or if the delete should cascade to all Portlet instances associated with this definition. Note: If a Portlet is in use and has been customized by one or more visitors, you must set 'cascade' to 'true' to delete all Portlet instances as well.
false

Input Example

/bea/wlp/api/portlet/item/portlet_123?webapp=myWebApp&cascade=true

Return Example

<rsp/>
Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Copyright 2011, Oracle. All rights reserved.