objectspace delete
Deletes the specified protected object space.
Requires authentication (administrator ID and password) to use.
objectspace delete objectspace_name
Options
- objectspace_name
- Name of the object space to be deleted. The object space must exist or an error is displayed.
Examples of object space names are /Management and /WebSEAL.
Return codes
- 0
- The command completed successfully.
- 1
- The command failed. When a command fails, the pdadmin command provides a description of the error and an error status code in hexadecimal format (for example, 0x14c012f2). See "Error messages" in the IBM Knowledge Center. This reference provides a list of the ISAM error messages by decimal or hexadecimal codes.
Examples
- The following example deletes the object space named /Test-Space:
pdadmin sec_master> objectspace delete /Test-Space
The following example deletes the object space named /Dept4D4: pdadmin sec_master> objectspace delete /Dept4D4
See also
Parent topic: pdadmin commands