workflows
Detach Tool From Node
Detach a tool instance from a workflow node.
DELETE
Detach Tool From Node
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Create Outbound Trunk⚠️ **DEPRECATED ENDPOINT** - This endpoint is no longer supported.
**Use Instead:** `POST /agents/{agent_id}/phone-numbers`
**Why Deprecated:**
- This endpoint used an incorrect SIP architecture
- It doesn't properly integrate with LiveKit dispatch rules
- Phone numbers should be registered at agent level, not tenant level
**Migration Guide:**
1. Use `POST /agents/{agent_id}/phone-numbers` to register phone numbers
2. See `CORRECT_PHONE_NUMBER_SETUP.md` for complete setup instructions
3. See `MULTI_AGENT_ARCHITECTURE_PLAN.md` for migration details
**Correct Endpoint:**
```
POST /agents/{agent_id}/phone-numbers
{
"phone_number": "+15551234567",
"provider": "twilio",
"enable_outbound": true,
"outbound_address": "sip.twilio.com"
}
```
Next
Detach Tool From Node