Class: BrazeRuby::REST::DeleteUsers
- Defined in:
- lib/braze_ruby/rest/delete_users.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from BrazeRuby::REST::Base
Instance Method Details
#perform(api_key, external_ids: []) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/braze_ruby/rest/delete_users.rb', line 4 def perform(api_key, external_ids: []) http.post '/users/delete', { 'api_key': api_key, 'external_ids': external_ids } end |