Delete Snapshot by Key.
DELETE/v1/grafana/api/snapshots/:key/
Deletes snapshot by Key. Snapshots are stored for 30 days and automatically deleted afterwards.
Request
Path Parameters
key 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...