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.