Deleting a user with auth0.js

Could you please be a bit more explicit in how a user can delete themselves?

I create a new auth0.Management instance, but it only has 3 methods available to call:

  • getUser
  • patchUserMetadata
  • linkUser

Do I need to use one of these methods? If so it’s not clear in the docs how I’m meant to do this.