Auto-dial up to 10 numbers in parallel
Enterprise-grade call management
AI-powered insights and dashboards
Maximize connection rates
Automated text messaging platform
AI call analysis and coaching
Remove From Powerlist
The Remove From Powerlist API allows you to remove a contact from a single current Powerlist.
JSONCopy
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",
}'