Unsubscribing the user using AJAX

Hi! I’m currently working on implementing phpList on my website and I have an issue. Currently I am working on creating custom subscription forms using AJAX. It’s been fairly simple to let the users subscribe to my newsletters with an AJAX request, but I don’t see a simillar solution that would let the users unsubscribe, also using an AJAX request.

How should I go about this? Please help :slight_smile: