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.