Skip to main content
DELETE
/
api
/
text2sql
/
databases
/
{database_id}
Delete Database
curl --request DELETE \
  --url https://api.example.com/api/text2sql/databases/{database_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

database_id
integer
required

Response

Successful Response

{key}
string