Delete a Device
Delete a specific device from our saved list of notification devices.
DELETE /fyi/deliveryoptions/{{ deviceId }}
Request Object
Path Params
deviceId: String. Required
Display the device identifier to delete from IB’s saved list.
Can be retrieved from /fyi/deliveryoptions.
Python
Abap
Response Object
No response message is returned. Instead, you will only receive an empty string with a 200 OK status code indicating a successfully deleted account.

