Delete an agent. Agents with assigned phone numbers must be unassigned first.
Your API key for authentication.
Path Parameters
The unique identifier of the agent to delete.
Permissions
agents:delete (admin, agent_manager)
Response
Indicates if the deletion was successful.
Human-readable success message.
{
"success": true,
"message": "Agent deleted successfully"
}