Delete Database
DELETE/projects/:projectId/providers/Aruba.Database/dbaas/:dbaasId/databases/:name
Delete Database
Request
Path Parameters
projectId stringrequired
Unique identifier of the CMP Project.
dbaasId stringrequired
DBaaS instance containing the database to delete.
name stringrequired
The name of the database to delete.
Query Parameters
api-version string
The requested API version
Default value:
1Responses
- 204
- 404
- 500
No Content
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error