Delete multiple server monitoring resources in a single request by passing their corresponding monitor_ids as query parameters. This bulk operation is ideal for cleaning up inactive, deprecated, or test servers from your monitoring environment.
It simplifies server management by allowing teams to remove several monitored servers at once instead of deleting them individually.
Use cases:
Infrastructure cleanup — Remove outdated or unused server entries to keep the monitoring dashboard organized and relevant.
Environment resets — Clear demo or temporary monitors after staging or testing phases.
Bulk offboarding — When retiring multiple servers or services, use this endpoint to efficiently decommission their monitors.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
On success, the specified server monitoring resources will be deleted, and a confirmation message along with the IDs of the deleted resources will be returned.
If the request is unauthorized or the provided IDs are invalid, an error message will be returned, specifying the issue.
Query Parameters
id string
A list of server resource IDs to delete. Example: ['6766163a-568d-47b4-a1fa-91a0957e06d4', 'c03b02ec-244f-4d2c-8f68-3910071ed5c8'].
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).