So this cmd deletes the storage I can do that manually
mapps storage:remove-data -a 1234567890 -c 9876543210
I want to delete storage data when user uninstalls my app so I wanna call it when uninstalls webhook is fired, Is it possible?
I tried to get ShortLived token when a uninstall webhook is fired
the request.headers.get("authorization")
is invalid it has no shortLived token so I can’t do any user action on my servers
is there is any other way?