Databases
Delete Database
Delete a database belonging to the organization or user.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the organization or user account.
The name of the database.
Response
Successful response
The name of the database that was deleted.
Example:
"my-db"