Remove Devices

This call removes the association between a specified device and a specified subscription so the device can be added to another subscription. If there are no open sessions on the device and the device status is not inactive, all device-specific offers are deleted (not canceled) and the device is removed from the subscription. When a device is removed from a subscription, an MtxSubscriberRemoveDeviceEvent EDR is generated.

REST Example

URL
DELETE
http://host:port/rsgateway/data/v3/subscription/12345/device/59999?deleteSession=true
Request XML None
Response
<MtxResponse>
    <RouteId>1</RouteId>
    <Result>0</Result>
    <ResultText>OK</ResultText>
</MtxResponse>
Note: When a device is removed from a subscription, any pending aggregations are closed and events are generated.