/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_idstringRequiredformat: "uuid"

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Request

This endpoint expects an object.
reasonenumRequired
* `GENERAL_CUSTOMER_REQUEST` - GENERAL_CUSTOMER_REQUEST * `GDPR` - GDPR * `OTHER` - OTHER
Allowed values:
messagestringOptional1-256 characters

Response

No response body