cURL
curl --request POST \ --url https://api.trillet.ai/v1/api/agents/{agentId}/release/{phoneNumberId} \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "status": "success", "message": "Call flow released from phone number successfully" }
Unbind (release) a specific call flow from a phone number.