Delete a Source System

Topics:

Use the following REST call to delete a source system.

DELETE: /api/v1/sourcesystem/delete/{id}

Topics:

Parameters: Source System ID

Example:

DELETE https:://localhost:9500/api/v1/sourcesystem/delete/0276981d-1f09-401f-b097-a9f228faae86

-- response --

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