Skip to main content
DELETE
/
api
/
vector-db
/
tables
/
{tableName}
Delete a table from the vector database
curl --request DELETE \
  --url https://api.example.com/api/vector-db/tables/{tableName} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key here

Path Parameters

tableName
string
required

Name of the table to delete

Response

Table deleted successfully

data
object