Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

SQL database ID

Query Parameters

force
boolean
default:false

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.