Delete Users
You can use LogicMonitor’s REST API to programmatically delete users in your account.
Note: As with all of our API calls, authentication is required.
HTTP Method: DELETE
Resource URI: /setting/admins/{adminID}
Where adminID is the id of the user you’d like to delete.
Example
The following Python script deletes user 32 from account api.logicmonitor.com: