java.lang.Object
com.ringcentral.paths.restapi.account.callrecordings.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 String delete(CallRecordingIds callRecordingIds) throws RestException, IOException
      Deletes company call recordings by their IDs. *Please note:* This method deletes the recording file itself, not the record of it in the call log.

      HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/call-recordings Rate Limit Group: Heavy App Permission: EditCallLog User Permission: EditCompanyCallRecordings

      Throws:
      RestException
      IOException