2.7

},
"description": "RestApiExample: catalog database",
"name": "Aurora_catalog"
}
The response that the system returns might look as follows.
content-length : 0
location : https://example.aurora.com/datadirector/api/task/36
202 Accepted
Delete a Database
If you have taken care of end of life and backup requirements, you can delete a database, for example, when
the database becomes obsolete.
You can only delete existing databases.
Procedure
u
Perform an HTTP DELETE call.
DELETE https://example.aurora.com/datadirector/api/database/45
Content-type : application/json
Authorization : Basic YWRtaW5AYXVyb3JhLnZtd2FyZS5jb206Y2xvdWRibXM=
Accept : application/json
The response that the system returns might look as follows.
content-length : 0
location : https://example.aurora.com/datadirector/api/task/61
202 Accepted
Chapter 3 Database Operations
VMware, Inc. 29