ContactsDelete ContactRemoves a contact by id.DELETE/v1/contacts/{id}SendHeadersPathAuthorizationAuthorizationRequiredBearer <token>API key as Bearer tokenIn: headerPath ParametersidRequiredstringContact id, discoverable via list_contactsDELETE/v1/contacts/{id}cURLGoNode.jsPythonPHPRubyJavaC#curl -X DELETE "https://api.3common.com/v1/contacts/string" \ -H "Authorization: Bearer <token>"Default Response200401403404Response{ "data": { "id": "string" } }TypeScriptexport interface Response { data: { id: string; }; } Update ContactUpdates a contact. Optionally merges another contact into the target when `mergeWith` is set.Get Contact ActivityPaginated activity log for a contact (checkouts, refunds, scans, emails, invoice payments).