I’m trying to work out a way to logout Discourse from an external site. I’ve tried to find documentation and it seems the way to do it is sending an API POST request as mentioned in this post.
Problem is I don’t really understand how to make the API request and can’t work out where to go from here. I’ve downloaded Postman and trying to experiment in there, but I’m struggling. I’m not sure how to create the api request I need, and not sure how I’d implement it on the external site afterwards.
Any suggestions on how to crack this issue?