Delete Bolt Database
DELETE
/v1/bolts/{boltId}/databases/{databaseId}Delete a database. Warning: no data will be preserved!
Request
Path Params
boltId
string
required
The ID of your Bolt.
Example:
1234
databaseId
integer
required
The ID of the database can be retrieved via the List Bolt Database endpoint.
Example:
5678
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : Rawtext/plain
Example
Not configured
Last modified: 5 months ago