Skip to content

Commit

Permalink
Deprecate Auth0::Api::V2::Users.delete_users
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 15, 2019
1 parent 4792aeb commit c51be2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/auth0/api/v2/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ def create_user(name, options = {})
end

# Delete all users - USE WITH CAUTION
# @see https://auth0.com/docs/api/v2#!/Users/delete_users
# TODO: Deprecate, no longer provided
# @deprecated - 4.8.0, endpoint has been removed
def delete_users
delete(users_path)
end
Expand Down

0 comments on commit c51be2a

Please sign in to comment.