NervesHubUserAPI.OrgUser.remove

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

remove(org_name, username, auth)

View Source

Specs

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

Remove a user from the org.

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