Skip to main content
DELETE
/
api
/
v1
/
data
/
panel_annotations
/
{id}
cURL
curl --request DELETE \
  --url https://tenant.name/api/v1/data/panel_annotations/{id} \
  --header 'API-Token: <api-key>'
{
  "id": "<string>",
  "labels": {},
  "starts_at": "2023-11-07T05:31:56Z",
  "target_reference": "<string>",
  "title": "<string>",
  "type": "DASHBOARD"
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

id
string
required

Unique identifier of the panel annotation.

Response

A successful response.

id
string

Unique identifier of the panel annotation.

labels
object

Map of user-supplied key:value pairs associated with the annotation. Max 50 labels per annotation. Key max length, 200 characters. Value max length, 500 characters.

starts_at
string<date-time>

The start of the time period being annotated.

target_reference
string

The slug of the resource being annotated.

title
string

A short description explaining the annotation. Max length, 100 characters.

type
enum<string>

The type of the resource being annotated.

Available options:
DASHBOARD