curl --request DELETE \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id} \
--header 'authorization: <authorization>'
{
"folder_id": "deleted_folder_123"
}
Deletes a specific folder for the authenticated user. The folder must be empty to be deleted.
curl --request DELETE \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id} \
--header 'authorization: <authorization>'
{
"folder_id": "deleted_folder_123"
}
{
"folder_id": "deleted_folder_123"
}