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 system reference data values

Delete system reference data values

Deletes values of the system reference data.

DELETE request

To delete a value of the system reference data, submit a DELETE request with the following URI:
/rdm-service/external/v1/enum/{enumType}/{enumKey}
You can delete only one system reference data value at a time.
The following table describes the attributes in the request:
Field
Type
Description
enumType
String
Type of system reference data.
enumKey
String
ID of the system reference data value.

DELETE response

A 204 no content response is returned.

DELETE example

To delete a value of the system reference data, you might use the following request:
DELETE https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/enums/status/statusKey HTTP/1.1 Host: localhost:8080
The following sample response shows the no content response:
HTTP/1.1 204 No Content

0 COMMENTS

We’d like to hear from you!