Delete a SQL database
Deletes a SQL database and all of the data it holds. Deletion is asynchronous and returns 202 with an empty body — the record is not removed synchronously. Poll GET /storage/sqldbs/{id}, which returns 404 once the database has been purged; there is no durable deleted state. A database still bound by a function is refused with 409 unless force=true.
Path parameters
SQL database ID
Query parameters
Delete the database even when functions still bind it. Their bindings stop resolving.
Response
Accepted — deletion runs asynchronously. The body is empty; poll GET /storage/sqldbs/{id} until it returns 404.
Changes
Changed in 1 of the 61 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○