Class Index
java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.devices.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbulkAdd()
delete
(RemoveLineRequest removeLineRequest) Disassociates a phone line (DL & Device) from an extension:path()
-
Field Details
-
rc
-
parent
-
deviceId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
delete
public RemoveLineResponse delete(RemoveLineRequest removeLineRequest) throws RestException, IOException Disassociates a phone line (DL & Device) from an extension:- if the value of `keepAssetsInInventory` is `true`, the given device is moved to unassigned devices and the number is moved to the number inventory; - if the value of `keepAssetsInInventory` is `false`, the given device and number is removed from the account; - if the parameter `keepAssetsInInventory` is not set (empty body), default value `true` is set.
HTTP Method: delete Endpoint: /restapi/v2/accounts/{accountId}/devices/{deviceId} Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditAccountDevices
- Throws:
RestException
IOException
-
bulkAdd
-