class RecombeeApiClient::DeleteUserProperty
Deleting a user property is roughly equivalent to removing a column from the table of users.
Attributes
Public Class Methods
Source
# File lib/recombee_api_client/api/delete_user_property.rb, line 21 def initialize(property_name) @property_name = property_name @timeout = 100000 @ensure_https = false end
-
*Required arguments*
-
property_name
-> Name of the property to be deleted.
-
Public Instance Methods
Source
# File lib/recombee_api_client/api/delete_user_property.rb, line 33 def body_parameters p = Hash.new p end
Values of body parameters as a Hash
Source
# File lib/recombee_api_client/api/delete_user_property.rb, line 28 def method :delete end
HTTP method
Source
# File lib/recombee_api_client/api/delete_user_property.rb, line 46 def path "/{databaseId}/users/properties/#{@property_name}" end
Relative path to the endpoint
Source
# File lib/recombee_api_client/api/delete_user_property.rb, line 40 def query_parameters params = {} params end
Values of query parameters as a Hash. name of parameter => value of the parameter