Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created June 12, 2023 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwaight/9b79a824efcc97061639e55a03b1744c to your computer and use it in GitHub Desktop.
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
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