Force Destroy Edit Session Configuration

post

/management/weblogic/{version}/domainRuntime/editSessionConfigurationManager/forceDestroyEditSessionConfiguration

Destroys an existing named edit session configuration. This will destroy the associated edit session specific MBeanServer and remove the /edit/ or /partitions//edit/ directory and subdirectories.

Unlike destroyEditSessionConfiguration(EditSessionConfigurationRuntimeMBean), this operation does not end with error in case that session contains unactivated changes, and allows to destroy even edit sessions not owned by the caller (requires admin privileges).

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the following fields:

Root Schema : Arguments
Type: object
Title: Arguments
Show Source
Nested Schema : Edit Session Configuration Runtime Reference
Type: array
Title: Edit Session Configuration Runtime Reference
Contains the edit session configuration runtime reference.

Edit session to destroy.

Show Source
Security
Back to Top

Response

200 Response

Returns the following fields:

Back to Top