admin.undeletable

(deprecated) This option controls whether a search package or data source can be deleted from the administration dashboard.

Key: admin.undeletable
Type: Boolean
Can be set in: collection.cfg

Description

This option controls whether a search package or data source can be deleted from the administration dashboard.

The following values are accepted:

  • true: the collection can not be deleted from the administration dashboard.

  • false: the collection can deleted from the administration dashboard.

Default Value

admin.undeletable=false

By default data sources and search packages can be deleted by an administrator with appropriate privileges.

Examples

Ensure that a data source or search package can not be deleted via the administration dashboard:

admin.undeletable=true

⚠ Caveats

  • This parameter only applies when using the administration dashboard or APIs. This setting does not prevent an administrator with back end access from deleting the files.