Method: Postmark::AccountApiClient#get_data_removal_status
- Defined in:
- lib/postmark/account_api_client.rb
#get_data_removal_status(id) ⇒ Object
149 150 151 |
# File 'lib/postmark/account_api_client.rb', line 149 def get_data_removal_status(id) format_response(http_client.get("data-removals/#{id}")) end |