launchdarkly/java-server-sdk

Delete user feature

eugeneastashevich opened this issue · 6 comments

Hi guys! A quick question - do you plan to support delete user feature in Java SDK? Is it on your roadmap for the current year?

I'd like to know this as well.
We need to be able to delete user profiles when we delete accounts, to comply with data-retention laws.

Hi @eugeneastashevich,

I have to redirect you to LaunchDarkly support. This issue tracker is specific for the Java SDK and this question is about a more general feature request affecting the whole system. The support team will be able to answer your question. Click "contact support" at https://support.launchdarkly.com.

Cheers,
@bwoskow-ld

Hi @bwoskow-ld,

But this feature is supported in LaunchDarkly API: https://apidocs.launchdarkly.com/reference#delete-user, so it's not a general feature request. I just need it to be supported in Java SDK.

@eugeneastashevich The Java SDK isn't a client for any of the APIs described in https://apidocs.launchdarkly.com. It's the SDK for evaluating feature flags. What you want is https://github.com/launchdarkly/api-client-java.

Also, to piggy-back off of @eli-darkly's response -- we plan on adding support for the delete user API, and many others which are currently missing, in the next week or so. Watch that repository for updates.

Guys, thanks for the clarification!