Deleting an element
Before you begin
To delete an element, you must either be a workspace administrator or have workspace permissions to delete the elements.
About this task
To delete an element:
Procedure
On the Navigation bar, click
Modules
and select the module to delete the element from.
Select the element and click
Delete
.
Click
OK
. The element is deleted.
Notes:
The element is permanently deleted. If you delete a folder, all the elements and folders in that folder are deleted.
Locked elements cannot be deleted. You must unlock the element and then delete it.
Related reference
Display options for elements
Disabling the delete element option
About this task
To disable the option to delete elements in a module:
Procedure
Click
Configure
>
Modules
and select the module to configure.
Check
Disable Delete
.
Click
OK
.
Disabling the delete option
Procedure
Click
Advanced
>
SQL
.
Issue the command:
update configurationproperties set value='false' where name='delete.enable'
Restart the server.
Feedback