Delete snapshot by deleteKey
GET/v1/grafana/api/snapshots-delete/:deleteKey
Delete snapshot by deleteKey. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
deleteKey stringrequired
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
message string
Message.
id integer
ID.
{
"message": "Snapshot deleted. It might take an hour before it's cleared from any CDN caches.",
"id": 1
}
Loading...