xattrschema delete
Deletes a schema entry. The syntax is:
xattrschema delete schema_entry_name_list
Description The xattrschema delete operation deletes a schema entry. The schema_entry_name_list argument is a list of names of schema entries to be
deleted. This command also deletes all ERA instances of the schema entry. If the entries do not exist an error is generated. Returns an empty string on success.
Privileges Required You must have d (delete) permission to the container object (/.:/sec/xattrschema or
/.:/hosts/hostname/config/xattrschema).
Examples
dcecp> xattrschema delete /.:/sec/xattrschema/test_integer dcecp>
|