Skip to main content
DELETE
/
api
/
v1
/
config
/
buckets
/
{slug}
{
  "changes": [
    {
      "action": "CREATED",
      "resource": "BUCKET",
      "slug": "<string>"
    }
  ]
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

slug
string
required

Query Parameters

force_delete
boolean

force_delete indicates deletion of the bucket and all resources that reference the bucket. This includes monitors, dashboards, notification policies, recording rules, and alerts.

Response

A successful response.

changes
object[]

Changes contains what resources are deleted. The bucket being deleted will always be included. When force_delete is used, the changelog will include all resources that reference the bucket that were deleted.