Accelerate the Value of Data

Delete Data Change Request

Learn how to use the Data Change Request API to delete a DCR.

Use the Data Change Request to delete a DCR using its ID.

Request

 DELETE {TenantURL}/changeRequests/{id} 
Table 1. Parameters:

Parameter

Name

Required

Details

Headers Authorization Yes Information about authentication access token in format "Bearer <accessToken>" (see details in Auth API).
Path id Yes ID of a Data Change Request.

Response

Information about status of the request.

Request

DELETE {TenantURL}/changeRequests/0000OVV

Response

{"status": "success"}
Note: After you merge entities or relationships, Reltio automatically removes the DCR on the loser entities or relationships.