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"=>["fcdb649c-a0c8-4be0-8061-8e71331cbab6"]}

RESPONSES

status: OK