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

Delete Desktop

Deletes a Desktop in the library.

Namespace

/bea/wlp/api

HTTP Method

DELETE

URI

/bea/wlp/api/desktop/item

Parameters

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

Input Example

/bea/wlp/api/desktop/item?webapp=myWebApp&portal=myPortalPath&desktop=myDesktopPath&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.