Skip to main content
DELETE
Delete database
Permanently drop a database (collection) and all its data.

Authorizations

Authorization
string
header
required

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

Path Parameters

source
string
required
db
string
required

Response

204

Database dropped successfully.