Deletes selected objects from a specified object class.
odmdelete -o ObjectClass [ -q Criteria ]
The odmdelete command, given the object class to delete from and the search criteria, deletes all objects that meet those criteria.
-o ObjectClass | Specifies the object class to delete from. |
-q Criteria | Specifies the criteria used to select objects from the object class. For information on qualifying criteria, see "Understanding ODM Object Searches" in AIX General Programming Concepts: Writing and Debugging Programs. If no criteria are specified (no -q flag), then all objects are deleted. |
Object Data Manager (ODM) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
The odm_rm_obj subroutine.
Understanding ODM Object Classes and Objects in AIX General Programming Concepts: Writing and Debugging Programs.
List of ODM Commands and Subroutines in AIX General Programming Concepts: Writing and Debugging Programs.