Delete a Mapping

Topics:

Use the following REST call to delete a mapping.

DELETE: /api/v1/sourcesystem/integration/mapping/update

Topics:

Parameters Mapping ID

Example:

DELETE https://localhost:9500/api/v1/sourcesystem/integration/mapping/delete/f9c9af9822-b9bf9d0245ba4c

-- response --

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