Web Agents
Delete Web Agent
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
Web Agents
Delete Web Agent
Delete a web agent.
POST
/
v1
/
agents
/
{agent_id}
/
delete
curl --request POST \
--url https://api.bland.ai/v1/agents/{agent_id}/delete \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Successfully deleted agent 2c565dc7-f41f-43db-a99f-e4c8ba9d7d18"
}
Headers
Your API key for authentication.
Path
The web agent to delete.
Response
Can be success
or error
.
A message saying whether the deletion succeeded, or a helpful message describing why it failed.
{
"status": "success",
"message": "Successfully deleted agent 2c565dc7-f41f-43db-a99f-e4c8ba9d7d18"
}
curl --request POST \
--url https://api.bland.ai/v1/agents/{agent_id}/delete \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Successfully deleted agent 2c565dc7-f41f-43db-a99f-e4c8ba9d7d18"
}