Delete Snapshot by Key
DELETE/v1/grafana/api/snapshots/:key/
Deletes snapshot by Key.
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...