Delete an Integration Point

Topics:

Use the following REST call to delete an integration point.

DELETE: /api/v1/sourcesystem/integration/create

Topics:

Parameters: Integration Point ID

Example:

DELETE https://localhost:9500/api/v1/sourcesystem/integration/delete/f9c9af9d-a6f9-4822-b9bf9d0245ba4c

-- response --

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