class ZendeskAPI::PushNotificationDevice

Public Class Methods

destroy_many(client, tokens) click to toggle source
# File lib/zendesk_api/resources.rb, line 1113
def self.destroy_many(client, tokens)
  ZendeskAPI::Collection.new(
    client, self, "push_notification_devices" => tokens,
    :path => "push_notification_devices/destroy_many",
    :verb => :post
  )
end