Join us on April 3 to Level Up Your IT Universe with LogicMonitor's Latest Innovations!

Secure your spot

Delete Website Groups

Last updated on 20 January, 2020

With LogicMonitor’s REST API you can programmatically delete your website groups.

Delete a Website Group

Delete an existing website group.

HTTP Method:DELETE

URI: /service/groups/{id}

Example 1: Delete a website group

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