Snapshots
Delete shard snapshot
Delete snapshot of a shard for a collection
delete/collections/{collection_name}/shards/{shard_id}/snapshots/{snapshot_name}
Path parameters
collection_namestring required
Name of the collection for which to delete a snapshot
shard_idinteger required
Id of the shard
snapshot_namestring required
Name of the snapshot to delete
Query parameters
waitboolean
If true, wait for changes to actually happen. If false - let changes happen in background. Default is true.
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok"
}