Clear contact internal mark
Authentication required. Intended for customer-facing agency administrators and project users. Results and actions are tenant-scoped to projects visible to the caller.
Clears the internal mark, putting the contact’s calls back into the dashboard figures. Applies retroactively to the whole call history, not only to calls from here on.
Cookie-auth callers must send the x-csrf-token header.
Required API key scope: contacts:write.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Body
The project, and the contact identified by id or phone number.
- Option 1
- Option 2
Identify the contact by contactId, by phoneNumber, or by both. At least one is required. Around 2% of contacts carry no id and are reachable only by number.
Stable project location id used to tenant-scope the contact action.
1"loc_abc123"
Stable contact id. Preferred when the contact has one.
"contact_123"
Optional display label. Never used as tenant identity.
"Acme Clinic"
Contact phone number. Required when the contact has no id, and worth sending alongside one to reach records written before that id existed.
"+15551234567"
