-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Prerequisites
- I have searched the repository’s issues, Kinde community and public roadmap to ensure my feature request isn’t a duplicate
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
What is the problem you’re trying to solve?
I wanna delete a user using Kindes python client: kinde_client = KindeApiClient(**kinde_client_params).
What solution would you like to see?
Allow me to use kinde_client.delete_user(query_params={"id": user_id, "is_delete_profile": True})
Additional information
It seems to be possible to delete users using the Kinde API, but not using the python sdk of Kinde.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request