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 the URL, and the API returns the same ID in response.
Input requirements
You must include an access token in the request header.
Scenario(s) | Criteria | Error Message | Status | Sample Response |
---|---|---|---|---|
Update/Delete | If Strategy ID is Invalid | Strategy Id not found | 400 | {“status”: “BAD_REQUEST”, “errorMessage”: “Error(s) : Strategy Id not found”,”payload”: null } |
Updated about 1 month ago