For the complete documentation index, see llms.txt. This page is also available as Markdown.

Database

The "Database" section allows the management of database resources. You can view all the databases created by a particular team and delete resources if necessary.

Delete database by ID

DELETE {{BASE_URL}}/admin/api/databases/{id}

Delete a specific database by unique id.

Path Parameters

Name
Type
Description

id*

String

Database ID

Headers

Name
Type
Description

Api-Key*

String

Admin api key

{"message":"Database deleted","dbId":"6548d4f261cabb0308b984ee"}

Get databases

GET {{BASE_URL}}/admin/api/teams/{id}/databases

Get all databases for a specific team.

Query Parameters

Name
Type
Description

page*

String

1

limit*

String

10

Headers

Name
Type
Description

Api-Key*

String

Admin api key

Last updated