Unmark entities marked as Not-A-Match
Learn about removing a match pair that is identified as Not-A-Match.
Use this API operation to remove the Not A Match designation between two entities, to ensure that the pair can participate in matching again.
Request
DELETE {TenantURL}/{entityURI1}/_notMatch?uri='{entityURI2}'
{TenantURL}
is the base path and follows this structure:https://<env>.reltio.com/reltio/api/<tenantId>
<env>
is your Reltio environment (for example, us, eu, uswest2)<tenantId>
is your tenant ID (for example, acme123)
Here is the operation in the Developer Portal.
Parameter | Required | Details | |
---|---|---|---|
Headers |
Authorization
| Yes | Information about authentication access token in format
Bearer <accessToken> . For more information, see
Authentication API. |
Query |
uri | Yes | The URI of the entity to be merged with the entity specified in the URL. |
Response
success
if the operation is completed without any errors.{
"status": "success"
}
Example Request
DELETE https://test-usg.reltio.com/reltio/api/aK3BXQ7EecQZGBE/entities/10LaD6D/_notMatch?uri=entities/0zV0qQC
Headers:
Authorization: Bearer 204938ca-2cf7-44b0-b11a-1b4c59984512, Content-Type:
application/json