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>"
  }
}

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