curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id} \
--header 'authorization: <authorization>'{
"status": "success",
"message": "Pathway deleted successfully"
}
Delete your conversational pathway.
curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id} \
--header 'authorization: <authorization>'{
"status": "success",
"message": "Pathway deleted successfully"
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
success or error.success).{
"status": "success",
"message": "Pathway deleted successfully"
}
Was this page helpful?