Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
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
SMS
Pathway Versions
Delete Pathway Version
Marks a specific version of a pathway as archived, effectively deleting it from active use.
DELETE
/
v1
/
pathway
/
{pathway_id}
/
version
/
{version_id}
Copy
Ask AI
curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id}/version/{version_id} \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"status": "success",
"message": "Version deleted successfully"
}
Headers
Your API key for authentication.
Path Parameters
The ID of the pathway containing the version to be deleted.
The ID of the version to be deleted.
Response
The status of the operation (e.g., “success”).
A message describing the result of the operation.
Copy
Ask AI
{
"status": "success",
"message": "Version deleted successfully"
}
Copy
Ask AI
curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id}/version/{version_id} \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"status": "success",
"message": "Version deleted successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.