Method: Postmark::AccountApiClient#request_data_removal

Defined in:
lib/postmark/account_api_client.rb

#request_data_removal(attributes = {}) ⇒ Object



153
154
155
156
# File 'lib/postmark/account_api_client.rb', line 153

def request_data_removal(attributes = {})
  data = serialize(HashHelper.to_postmark(attributes))
  format_response(http_client.post('data-removals', data))
end