hey @sehzpaul dashboard overrides currently doesn't allow overriding its APIs. Instead, what you can do is to add a custom middleware before the supertokens middleware and check for the method and path of the request. If it matches that of the dashboard dleete API, you can run your custom logic.
s
sehzpaul
08/10/2023, 10:12 AM
Cool. If that is the only way, then I will implement this. Thank you!
Is implementing this on dashboard part of the roadmap?
r
rp_st
08/10/2023, 10:13 AM
not this, but we will make the delete function overridable which is called by the dashboard. So in effect, it achieves what you want