--remove-company to detach the current company. Pass --company-id or --company-name to reassign.
Synopsis
Arguments
Options
Examples
1. Update a single field
jobTitle changes server-side.
2. Replace the email list and set the primary
3. Detach a company in a script
jq -e exits non-zero if the assertion fails, so the script halts when the detach did not take effect.
Response
The full updated record comes back, matching the shape ofperson get:
Troubleshooting
- The email already belongs to another person. When an address you pass to
--primary-emailor--emailsits on another record in the workspace, the command exits non-zero and names the conflicting person in the error payload. Consolidate the two records withperson mergefirst. --remove-companytakes precedence. When you pass--remove-companytogether with--company-idor--company-name, TalkValue detaches the company and ignores the assignment. Pass one or the other per call.
See also
person list. Find the ID first.person get. Inspect the record before and after.person activity. See who changed what and when.person merge. Combine duplicate records.- People. The dashboard surface this command mirrors.
