Backup

Delete Backup

This endpoint deletes a backup of a Redis database.

DELETE/v2/redis/delete-backup/{id}/{backup_id}
cURL
curl --request DELETE \
  --url https://api.upstash.com/v2/redis/delete-backup/{id}/{backup_id} \
  --header 'Authorization: Bearer <token>'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

The ID of the Redis database

backup_idpathstringrequired

The ID of the backup to delete

Response

200 — Backup deleted successfully

Loading search…