Remove From All Powerlists
The Remove From All Powerlists API allows you to remove a contact from all current Powerlist.
curl --location --request POST 'https://apig.kixie.com/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&businessid=xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessid": "xxxxxx",
"target": ["+16123553857","+16123380085"],
"eventname": "removefrompowerlist",
"action": "removefromallpowerlists",
"apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'