Delete strategy repricer API overview

The Delete Strategy API is to remove the existing strategy and its corresponding details.

You can include the strategyCollectionId as part of URL and returns the same ID in the response.

Input requirements

You must include an access token in the request header.

Scenario(s)CriteriaError MessageStatusSample Response
Update/DeleteIf Strategy ID is InvalidStrategy Id not found400{“status”: “BAD_REQUEST”, “errorMessage”: “Error(s) : Strategy Id not found”,”payload”: null }