Delete Log Group

This endpoint allows you to delete an existing log group by specifying its unique id in the URL path. Deleting a log group will remove its configuration and metadata, but it may or may not affect previously stored logs depending on system settings.

Use this endpoint when decommissioning a service or cleaning up unused monitoring structures. Deletion actions are permanent and cannot be undone.

Important: Ensure you have the correct log group ID and that deletion complies with your data retention policies.

Authorization: Bearer YOUR_TOKEN
Path Parameters
  • id string
    The unique ID of the log group to delete. Example: '6766163a-568d-47b4-a1fa-91a0957e06d4'
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).