Accelerate the Value of Data

Unmark Entities Marked as Not-A-Match

Removes a match pair that is identified as Not-A-Match.

This API allows you to remove a pair that is marked as Not-A-Match to ensure that the pair can participate in matching again.

Request

DELETE {TenantURL}/{entityURI1}/_notMatch?uri='{entityURI2}'
Table 1. Parameters
Parameter Required Details
Headers Authorization Yes Information about authentication access token in format Bearer <accessToken>. For more information, see Authentication API.
Query uri The URI of the entity to be merged with the entity specified in the URL.

Response

Returns Success if the operation is completed without any errors.

Example Request

DELETE {TenantURL}/entities/12345/_notMatch?uri=entities/456789
Headers: 
Authorization: Bearer 204938ca-2cf7-44b0-b11a-1b4c59984512, Content-Type:
application/json