ids
as a query parameter array. This bulk deletion feature is ideal for large-scale cleanup tasks, such as retiring services, restructuring environments, or clearing out test monitors after staging deployments.Instead of making individual delete requests for each monitor, this endpoint allows you to streamline operations by submitting a list of monitor IDs in a single call — saving time and reducing API overhead.
Common use cases include:
- Service decommissioning — Remove all monitors associated with a shutdown system or deprecated feature set.
- Bulk cleanup — Delete outdated, duplicated, or test monitors during infrastructure reorganization.
- Workspace resets — Prepare clean environments by clearing monitors in bulk between testing or onboarding phases.
To fetch monitor IDs before deletion, use the Get Uptime Monitors endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the specified uptime monitoring resources will be deleted, and a confirmation message will be returned.
- If the request is unauthorized or the IDs are invalid, an appropriate error message will be returned.