Calls
Vector Stores
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Inbound Numbers
Outbound Numbers
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
Vector Stores
Delete Vector Store
Remove a vector store from your account.
POST
/
vectors
/
{vector_id}
/
delete
curl --request POST \
--url https://app.luly.ai/api/vectors/{vector_id}/delete \
--header 'authorization: <authorization>' \
--header 'vector_id: <vector_id>'
{
"message": "Vector deleted"
}
Headers
Your API key for authentication.
Path Parameters
The vector_id
of the vector store to update.
Response
The unique identifier for the vector store.
Will start with “KB-”.
{
"message": "Vector deleted"
}
curl --request POST \
--url https://app.luly.ai/api/vectors/{vector_id}/delete \
--header 'authorization: <authorization>' \
--header 'vector_id: <vector_id>'
{
"message": "Vector deleted"
}
Assistant
Responses are generated using AI and may contain mistakes.