Pathway Folders
Delete Folder
Calls
Vector Stores
Conversational Pathways
Inbound Numbers
Outbound Numbers
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
Pathway Folders
Delete Folder
Deletes a specific folder for the authenticated user. The folder must be empty to be deleted.
DELETE
/
v1
/
pathway
/
folders
/
{folder_id}
curl --request DELETE \
--url https://app.luly.ai/api/v1/pathway/folders/{folder_id} \
--header 'authorization: <authorization>'
{
"status": "success",
"pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}
Headers
Your API key for authentication.
Path Parameters
The ID of the folder to delete.
Response
The ID of the deleted folder.
{
"status": "success",
"pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}
curl --request DELETE \
--url https://app.luly.ai/api/v1/pathway/folders/{folder_id} \
--header 'authorization: <authorization>'
{
"status": "success",
"pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}