curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id}/version/{version_id} \
--header 'authorization: <authorization>'{
"status": "success",
"message": "Version deleted successfully"
}
Marks a specific version of a pathway as archived, effectively deleting it from active use.
curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id}/version/{version_id} \
--header 'authorization: <authorization>'{
"status": "success",
"message": "Version 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.
{
"status": "success",
"message": "Version deleted successfully"
}
Was this page helpful?