Pathway Folders
Delete Folder
Calls
Intelligence
Conversational Pathways
Vector Knowledge Bases
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
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://us.api.bland.ai/v1/pathway/folders/{folder_id} \
--header 'authorization: <authorization>'
{
"folder_id": "deleted_folder_123"
}
Headers
Your API key for authentication.
Path Parameters
The ID of the folder to delete.
Response
The ID of the deleted folder.
{
"folder_id": "deleted_folder_123"
}
curl --request DELETE \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id} \
--header 'authorization: <authorization>'
{
"folder_id": "deleted_folder_123"
}