Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Security Folder | Summary of Elements in this Folder | pub.security.outboundPasswords:removePassword
 
pub.security.outboundPasswords:removePassword
WmPublic. Removes a password from the password store for a given key.
Input Parameters
key
String Key of the password to be removed.
isInternal
String "true" if this is an internal password; "false" if it is public. By default, this is "false". If you specify incorrectly whether the password is internal or public, the remove operation will fail. (For more information about internal and public passwords, see Internal and Public Passwords.)
Output Parameters
result
String "true" if the password was successfully removed; "false" otherwise.
message
String "successful" or reason for failure.