How to cancel the pending Stop loss order through API

Hi

Please let me know how to cancel pending stop loss order through API

Thanks in advance

You can delete them using the cancel order api: Delta Exchange Api
If you call the get orders api, you’ll get the ids of these pending orders too which can be used to delete them.