Delete a DBaaS Postgres database
Path parameters
-
Service name
Minimum length is
0
, maximum length is63
. -
Minimum length is
1
, maximum length is63
.
DELETE /dbaas-postgres/{service-name}/database/{database-name}
curl \
-X DELETE https://api-ch-gva-2.exoscale.com/v2/dbaas-postgres/{service-name}/database/{database-name}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}