You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param options [Hash] Addition options and parameters
74
74
# @option options [Integer] :subscription_id The subscription's ID
75
75
# @option options [String] :object When specified will remove all subscriptions of this object type, unless an :object_id is also specified (user, tag, location or geography)
76
-
# @option options [String, Integer] :object_id When specifying :object, inlcude an :object_id to only remove subscriptions of that object and object_id
76
+
# @option options [String, Integer] :object_id When specifying :object, include an :object_id to only remove subscriptions of that object and object_id
# @param subscription_id [Integer] The subscription's ID
79
79
# @param options [Hash] Addition options and parameters
80
80
# @option options [String] :object When specified will remove all subscriptions of this object type, unless an :object_id is also specified (user, tag, location or geography)
81
-
# @option options [String, Integer] :object_id When specifying :object, inlcude an :object_id to only remove subscriptions of that object and object_id
81
+
# @option options [String, Integer] :object_id When specifying :object, include an :object_id to only remove subscriptions of that object and object_id
82
82
# @return [Hashie::Mash]
83
83
# @example Deletes an application's user change subscription
0 commit comments