Skip to main content
POST
Unassign Phone Number
Unassign a phone number from an agent.

Headers

string
required
Your API key for authentication.
string
required
The organization ID.

Path Parameters

string
required
The unique identifier of the agent.
string
required
The unique identifier of the phone number to unassign.

Permissions

  • phone_numbers:update (admin, agent_manager)

Response

boolean
Indicates if the unassignment was successful.
string
Human-readable success message.
object
The updated agent object.

Errors

object
Agent not found.
object
Access denied to agent.
object
Phone number not assigned to this agent.