POST Remove Bulk Subscribers from Funnels​
POST
/funnels/remove-bulk-subscribers
Remove multiple subscribers from their associated automation funnels by funnel subscriber IDs. Also deletes the related funnel metrics for each removed subscriber.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Request Body​
application/json
JSON
{
"funnel_subscriber_ids": [
0
]
}
Responses​
Subscribers removed successfully.
application/json
JSON
{
"message": "string"
}