Deleting a User with the My webMethods Server REST API
To delete a My webMethods user using the My webMethods Server REST API, make a DELETE request to the following endpoint:
http://server_url:8585/api/users/userID
Usage Notes
This API requires administrator privileges.
The LDAP and database user you delete with this API will be able to log in to
My webMethods until removed from the external directory.
Examples
The URL to use when deleting the profile of a user with ID myUser, from a My webMethods Server running on port 8585 of the host mws.company.com:
http://mws.company.com:8585/api/users/myUser