📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************
{ "participants": [ "<Recipient WA-ID, from Contacts API>" ] }
curl --location --request DELETE '/groups//participants' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "participants": [ "<Recipient WA-ID, from Contacts API>" ] }'
{ "success": true }