4 - Cancel an order => set order to status "CanceledByIssuer"
POST {{base_url_servicing}}/subscriptions/{{subscription_id}}/tokens/{{token_id}}/investor-orders/cancel
Cancel an order
Sending a list of order_ids, in UUID format.
This endpoint will set the order to staus: Canceled
Request Body
{"orderIds"=>["c58ee71b-2219-4132-bb93-57990a07c20e"]}
RESPONSES
status: OK