Skip to main content
DELETE
Error

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

databaseName
string
required

Database name

Query Parameters

dryRun
boolean
default:true
required

Run in dryRun mode initially to know the list of tables that will be deleted in actual run. No tables will be deleted when dryRun=true

Response

200 - application/json

successful operation

deletedTables
string[]
read-only
failedTables
object[]
read-only
dryRun
boolean
read-only