Remove From Powerlist

The Remove From Powerlist API allows you to remove a contact from a single 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": "xxxxx",
    "target": ["+15854747501","+15854747502"],
    "eventname": "removefrompowerlist",
    "action": "removefrompowerlist",
    "powerlistId": "1969",
    "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
}'