a12n-server
a12n-server copied to clipboard
Delete User
I was going through the list of available api endpoints that developers with a valid access token can perform and I noticed that there isn't a remove user endpoint. There is a "deactivate" status we could update to but not a delete user. It seems that option will still leave user entries in the database... forever.
A little bit of background about this question: I run into a use case where we want to provide access to some users for a specific timeframe. After that, the user account should be deleted.
Is it possible that this endpoint already exists but it hasn't been documented? Thanks.