curl --request POST \
--url http://localhost:8000/api/telephony/numbers/release \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Release a Twilio phone number from an agent.
curl --request POST \
--url http://localhost:8000/api/telephony/numbers/release \
--header 'Content-Type: application/json' \
--data '
{
"agent_id": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response