Skip to main content
POST
/
api
/
telephony
/
numbers
/
release
Release Number
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": {}
    }
  ]
}

Body

application/json
agent_id
string
required

Response

Successful Response