LogicMonitor recognized as a Customers' Choice by Gartner Peer Insights™ in 2024 Gartner Voice of the Customer for Observability platforms.

Read More

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