java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.extensions.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • delete

      public BulkDeleteUsersResponse delete(BulkDeleteUsersRequest bulkDeleteUsersRequest) throws RestException, IOException
      Deletes user extension(s) and either keeps or destroys the assets - numbers and devices. Multiple extensions can be deleted with a single API call.

      **Please note:** This API cannot be tested on Sandbox.

      HTTP Method: delete Endpoint: /restapi/v2/accounts/{accountId}/extensions Rate Limit Group: Heavy App Permission: EditAccounts User Permission: Users

      Throws:
      RestException
      IOException
    • devices

      public Index devices()
    • devices

      public Index devices(String deviceId)