Redis
Delete Database
This endpoint deletes a database.
curl -X DELETE \
https://api.upstash.com/v2/redis/database/:id \
-u 'EMAIL:API_KEY'
"OK"
URL Parameters
id
string
requiredThe ID of the database to be deleted
Was this page helpful?
curl -X DELETE \
https://api.upstash.com/v2/redis/database/:id \
-u 'EMAIL:API_KEY'
"OK"