Skip to main content
POST
/
telephony
/
numbers
/
unassign
Unassign Number From Agent
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/telephony/numbers/unassign \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Body

application/json

The body is of type Request · object.

Response

Resource created successfully

Response body