recombee_api_client.api_requests.delete_user module

class recombee_api_client.api_requests.delete_user.DeleteUser(user_id: str)

Bases: recombee_api_client.api_requests.request.Request

Deletes a user of given userId from the database.

If there are any purchases, ratings, bookmarks, cart additions or detail views made by the user present in the database, they will be deleted in cascade as well.

Required parameters:

Parameters

user_id – ID of the user to be deleted.

get_body_parameters() → dict

Values of body parameters as a dictionary (name of parameter: value of the parameter).

get_query_parameters() → dict

Values of query parameters as a dictionary (name of parameter: value of the parameter).