Delete a Metadata Item From a Source System

Topics:

Use the following REST call to delete a metadata item from a source system. This REST call is available as of Version 3.11.

DELETE: /api/v1/sourcesystem/metadata/delete/{Id}

Topics:

Parameters: Source Metadata ID

Example:

DELETE https://localhost:9500/api/v1/sourcesystem/metadata/delete/f9c9af9d-a6f9-4822-b9bf9d0245e5ba4c

-- response --

{
  "status": "ACCEPTED",
  "code": 0,
  "message": null,
  "developerMessage": null,
  "responseType": null,
  "response": null,
  "exception": null
}