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

  1. On the Navigation bar, click Modules and select the module to delete the element from.
  2. Select the element and click Delete.
  3. 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.

Disabling the delete element option

About this task

To disable the option to delete elements in a module:

Procedure

  1. Click Configure > Modules and select the module to configure.
  2. Check Disable Delete.
  3. Click OK.

Disabling the delete option

Procedure

  1. Click Advanced > SQL.
  2. Issue the command: update configurationproperties set value='false' where name='delete.enable'
  3. Restart the server.

Feedback