Technical data

Mbean Management Command Reference
Administration Guide B-39
DELETE
Deletes a configuration Mbean. Returns OK in stdout when successful. This command
cannot be used for run-time Mbeans.
Note: When you delete Mbeans, configuration objects are also deleted.
For more information about deleting Mbeans, see Developing WebLogic Server
Applications, at
http://e-docs.bea.com/wls/docs61/programming/index.html.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
DELETE {–type mbean_type|–mbean mbean_name}
Example
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 DELETE -mbean
“mydomain:Type=Server,Name=AcctServer”
Arguments Definition
mbean_type
Required. When deleting attributes for multiple objects of the same
type.
mbean_name
Required. Fully qualified name of an Mbean, in the following format:
domain:Type=type,Name=name
Type
specifies a type of object grouping, and Name specifies the
Mbean name.