Devices
Delete Device from Inventory
Deletes an existing unassigned (without digital line or phone number) device or multiple devices from the account inventory. It is possible to delete up to 10 devices per request.
delete/restapi/v2/accounts/{accountId}/device-inventory
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Request body
Response
Successful operation
Example response
{
"records": [
{
"bulkItemErrors": [
{
"errorCode": "XXX-123",
"message": "Something went wrong"
}
]
}
]
}