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!
With LogicMonitor’s REST API you can programmatically delete your website groups.
Delete an existing website group.
HTTP Method:DELETE
URI: /service/groups/{id}
The following request deletes the website group with id 9.
Request:
curl --user 'apiUser:example' -X DELETE "https://api.logicmonitor.com/santaba/rest/service/groups/9"
Response:
"status" : 200, "errmsg" : "OK", "data" : null
In This Article