Drop database

Deletes a database on the specified server instance.

This resource initiates a "soft delete" of the database. Data Bridge automatically stashes an archive of the database on Amazon S3 where it is stored for up to 14 days. The Get archive by server instance resource returns the URIs for downloading the database as MDF or LDF files. The restore archive resource enables the client to restore the database to a managed SQL Server instance.

Path Params
string
required

Name of the server instance that hosts the database.

string
required

Name of database.

Responses
200

OK. All went well.

204

No content.

400

Bad Request. Some of the provided parameters were not valid.

404

Not found. The entity you are trying to interact with does not
exist.

500

Internal Server Error. If the problem persists you may want to
contact the Administrator.

Language
URL