NervesHubUserAPI.DeviceCertificate.delete

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

delete(org_name, product_name, device_identifier, serial, auth)

View Source

Specs

delete(
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  NervesHubUserAPI.Auth.t()
) :: {:error, any()} | {:ok, any()}

Removes the Device certificate with the specified serial number from NervesHub.

Verb: DELETE Path: /orgs/:org_name/products/:product_name/devices/:device_identifier/certificates/:serial