Remove a service from your monitoring system when it is no longer relevant, active, or needed. This endpoint permanently deletes the service and dissociates it from any connected monitors, alerts, or incidents.
To perform the deletion, provide the service_id as a path parameter. The service will be removed from the associated team’s structure, ensuring the system remains clean, organized, and free from unused entries.
When deletion is useful:
Retiring legacy systems — Remove services that are no longer deployed or supported.
Avoiding alert noise — Eliminate inactive services to prevent confusion or irrelevant alerts.
Keeping dashboards relevant — Ensure only current and meaningful services are shown to teams and stakeholders.
If you need to rename a service instead of deleting it, use the Update Service Name endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
On success, the service will be deleted, and a confirmation message will be returned.
If the request is unauthorized, an error message will indicate authorization failure. If the service ID is invalid or not found, a message specifying the issue will be provided.
Path Parameters
id string
The unique service ID to delete. Example: '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).