Here are the details how to move operation to archive that operation would not be included in retro monitoring processes.

Integration and details

DELETE https://[host]:[port]/api/integration-services/v1/discard-operations?extId={operationExtId}&businessUnit={businessUnit}

operationExtId
string
required

External identifier of operation.

businessUnit
string

Business unit to which operation belongs to.

Response

200 OK

ErrorMessage

code
string

Error code.

description
string

Error description.

Response example

{
  "errors": [
    {
      "code": "BAD_REQUEST",
      "description": "Business unit is required"
    }
  ]
}