Vector Database

Delete

DEL
Delete a Vector Database

Path parameters

vector_db_idstringRequired

Response

This endpoint returns any
DEL
1curl -X DELETE https://api.beta.superagent.sh/api/v1/vector-dbs/vector_db_id \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{
2 "key": "value"
3}