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"
}
{
"status": "success",
"message": "Version deleted successfully"
}
Was this page helpful?