40 41 42 43 44
# File 'lib/mangadex/user.rb', line 40 def self.delete_code(code) Mangadex::Internal::Request.post( "/user/delete/#{code}", ) end