Custom Tools
Delete Custom Tool
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
Custom Tools
Delete Custom Tool
Delete your Custom Tool.
DELETE
/
v1
/
tools
/
{tool_id}
curl --request DELETE \
--url https://app.luly.ai/api/v1/tools/{tool_id} \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Tool has been deleted."
}
Headers
Your API key for authentication.
Path Parameters
The ID of the Custom Tool you want to update.
Response
Whether the tool creation succeeded.
{
"status": "success",
"message": "Tool has been deleted."
}
curl --request DELETE \
--url https://app.luly.ai/api/v1/tools/{tool_id} \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Tool has been deleted."
}