RingCentral.API.delete

You're seeing just the function delete, go back to RingCentral.API module for more information.
Link to this function

delete(ringcentral, path, headers \\ [])

View Source

Specs

delete(RingCentral.t(), String.t(), list()) ::
  :ok | {:error, RingCentral.Error.t()} | {:ok, RingCentral.Response.t()}

Send a DELETE request to the REST API.

It will uses ringcentral.http_client to send the request to RingCentral API, which by default is the RingCentral.HTTPClient.DefaultClient.