Skip to main content
Solved

Remove profiles from the list

  • April 10, 2024
  • 4 replies
  • 515 views

Forum|alt.badge.img
  • Contributor I
  • 1 reply

Is there anyway we can remove profile from the list based on email? Like this old api https://developers.klaviyo.com/en/v1-2/reference/remove-members

 

The current one only removes the profile from the list based on Profile ID.

Best answer by suman

Thanks Mathilde. Yeah the only way right now seems to be using Klaviyo Profile ID. But I want to remove them from the list using email.

The current workaround seems to be Get the profile from the list using email as filter. Then use that profile’s ProfileID to remove them from the list.

View original
Did this topic or the replies in the thread help you find an answer to your question?

4 replies

Forum|alt.badge.img+6
  • Problem Solver I
  • 28 replies
  • April 11, 2024

Also looking for a solution to this! 

 

We need added to list to be the trigger for our flow, since we need the trigger to be able to apply to the same profile more than once.

However, when using added to list as the trigger, we can only send email info via webhook,

Using segment lets ud send ID, but that’s not a good solution because of the need to let the trigger repeat.

 

Anyone who has any input here? 

 

Thanks!


KeviSunshine
Expert Problem Solver III
Forum|alt.badge.img+8
  • Expert Problem Solver III
  • 159 replies
  • April 11, 2024

I am also looking for a solution to this.

I can remove profiles from lists using just the email address of the profile with the `profile-subscription-bulk-delete-job` endpoint.

However, as the endpoint implies, this also removes their email subscription status (it unsubscribes them from email!).

There must be a simple way to add/remove profiles to lists using just an email…

 

Please let us know!


Forum|alt.badge.img+6
  • Problem Solver I
  • 28 replies
  • April 12, 2024

Hi all!

 

Here is the solution:

Instead of {{ person.id'' }}

Use {{ person.KlaviyoID }}

 

We had succes with this :)


Forum|alt.badge.img
  • Author
  • Contributor I
  • 1 reply
  • Answer
  • April 12, 2024

Thanks Mathilde. Yeah the only way right now seems to be using Klaviyo Profile ID. But I want to remove them from the list using email.

The current workaround seems to be Get the profile from the list using email as filter. Then use that profile’s ProfileID to remove them from the list.