/users/ignore/{model_id}
Ignores a specific row based on the model_id in the url. These records will have their properties set to null, and will not be updated in future syncs. The “reason” and “message” fields in the request body will be stored for audit purposes.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
model_id
Headers
X-Account-Token
Token identifying the end user.
Request
This endpoint expects an object.
reason
* `GENERAL_CUSTOMER_REQUEST` - GENERAL_CUSTOMER_REQUEST
* `GDPR` - GDPR
* `OTHER` - OTHER
Allowed values:
message
Response
No response body