Unassign a phone number from Voice Agents.
post/v1/voice-agents/unassign
Request body
Example request
{
"phoneNumber": "+9700000000"
}Response
Successful response
Example response
{
"success": true,
"message": "Success",
"data": "Voice agents were successfully unassigned from the phone number."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.