Conversational Pathways
Delete Pathway
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
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
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
Conversational Pathways
Delete Pathway
Delete your conversational pathway.
DELETE
/
v1
/
pathway
/
{pathway_id}
curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id} \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Pathway deleted successfully"
}
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the conversational pathway you want to delete.
Response
Can be success
or error
.
A unique identifier for the pathway (present only if status is success
).
{
"status": "success",
"message": "Pathway deleted successfully"
}
curl --request DELETE \
--url https://api.bland.ai/v1/pathway/{pathway_id} \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Pathway deleted successfully"
}