Redis
Delete Database
This endpoint deletes a database.
DELETE/v2/redis/database/{id}
cURL
curl --request DELETE \
--url https://api.upstash.com/v2/redis/database/{id} \
--header 'Authorization: Bearer <token>'200Response
"OK"Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idpathstringrequired
The ID of the database to be deleted