Database

Drop a table

Delete a table from the database

delete/databases/{id}/tables/drop

Path parameters

idstring required

MongoDB ObjectId represented as a hexadecimal string

Object ID

Request body

namestring

Table name

Response

Table dropped successfully

codeinteger
messagestring
dataobject

Changes