Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Reference 360 REST API
  15. Glossary

Reference 360

Reference 360

Delete duplicate mappings of a crosswalk

Delete duplicate mappings of a crosswalk

The delete request runs a crosswalk cleanser job that scans all mappings of a crosswalk and removes the duplicate mappings.

DELETE request

To delete duplicate mappings of a crosswalk, submit a DELETE request with the following URI:
/rdm-service/external/v1/crosswalks/{crosswalkIdentifier}/mappings/duplicates
You must execute this API to run the crosswalk cleanser job only if you find duplicate crosswalk mappings in the exported CSV file. The CSV file must be exported using export v3 API at a point in time.

DELETE response

A 202 accepted response is returned.

DELETE example

To delete duplicate mappings of a crosswalk, you might use the following request:
DELETE https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/crosswalks/12102ba6924d0279d40bf5b1/mappings/duplicates HTTP/1.1 Content-Type: application/json
The following sample response shows the accepted response:
HTTP/1.1 202 Accepted

0 COMMENTS

We’d like to hear from you!