Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
Note that LogicMonitor does have an available REST API equivalent for this API call.
LogicMonitor’s RPC API enables you to programmatically add users to your account with deleteAccount.
Note: As with all our API calls, authentication is required.
Delete a user account
https://accountName.logicmonitor.com/santaba/rpc/deleteAccount?c=accountName&u=username&p=password&username=username
Request Parameters: You can include the following as query parameters in a deleteAccount request:
All outputs will be in the format: { [status], [errmsg] }, where status is the status of the response and errmsg is the error message associated with the response.
curl "https://apiAccount.logicmonitor.com/santaba/rpc/deleteAccount?c=apiAccount&u=apiUser&p=example&username=API"
Response:
{ "status": 200, "errmsg": "OK" }
In This Article