NervesHubUserAPI.ProductUser.remove

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

remove(org_name, product_name, username, auth)

View Source

Specs

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

Remove a user from the product.

Verb: DELETE Path: /orgs/:org_name/product/:product_name/users/:username