Method: Figo#remove_user

Defined in:
lib/user/api_call.rb

#remove_userObject

Remove the current user Note: this has immidiate effect and you wont be able to interact with the user after this call



21
22
23
# File 'lib/user/api_call.rb', line 21

def remove_user
  query_api "/rest/user", nil, "DELETE"
end