Created
June 12, 2023 00:43
-
-
Save sjwaight/9b79a824efcc97061639e55a03b1744c to your computer and use it in GitHub Desktop.
Curl query to delete a user from a meetup using the meetup.com UI API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X DELETE https://www.meetup.com/mu_api/urlname/members?queries=%28endpoint%3Agroups%2Fazure-sydney-user-group%2Fmembers%2F*****MEMBER_MEETUP_USER_ID*****%2Cmeta%3A%28method%3Adelete%29%2Cparams%3A%28banMember%3A%21f%2ChideRemoverEmail%3A%21f%2CremoveMessage%3A%27Not+visited+the+group+in+the+past+12+months.+You+can+rejoin+if+you+like.%27%2CsendEmailToOrganizer%3A%21f%29%2Cref%3AremoveMember_azure-sydney-user-group_*****MEMBER_MEETUP_USER_ID*****%29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment