v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Unassign a phone number from Voice Agents.

post/v1/voice-agents/unassign

Request body

phoneNumberstring

Phone number to assign to voice agent, should start with + and the country code.

Example request

{
  "phoneNumber": "+9700000000"
}

Response

Successful response

successboolean
messagestring
datastring

Example response

{
  "success": true,
  "message": "Success",
  "data": "Voice agents were successfully unassigned from the phone number."
}