Skip to main content
Solved

Delete list relationships


Forum|alt.badge.img+1

Hello, i’m trying to use this informations: https://developers.klaviyo.com/en/v2023-01-24/reference/delete_list_relationships in order to remove a profile from a list. 

 

Using Postman i’m able to do that, by in Klaviyo, by using webhooks, i see only POST request, how can i do a DELETE request through Klaviyo?

 

Thank you very much

Vincenzo

 

Best answer by Brian Turcotte

Hi @stucco81!

 

Klaviyo webhooks are uni-directional, so you can only use them to send information out of Klaviyo to another system. To that end, they can only perform POST requests; you cannot use them for DELETE, GET, or any other type of HTTP request.

 

More on this can be found here:

 

I hope this helps to clarify, and thanks for using the Community!

- Brian

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

3 replies

Brian Turcotte
Forum|alt.badge.img+37

Hi @stucco81!

 

Klaviyo webhooks are uni-directional, so you can only use them to send information out of Klaviyo to another system. To that end, they can only perform POST requests; you cannot use them for DELETE, GET, or any other type of HTTP request.

 

More on this can be found here:

 

I hope this helps to clarify, and thanks for using the Community!

- Brian


Forum|alt.badge.img+1
  • Author
  • Problem Solver I
  • 3 replies
  • May 26, 2023

Hi @Brian Turcotte thank you for your answer.

my Goal is to unsubscribe a profile from a list, during (or better at the end of) a flow. is it possibile? 

 


Brian Turcotte
Forum|alt.badge.img+37

Hi @stucco81!

 

If that’s the case, I’d check out this Community thread, which has some suggestions on how to accomplish this:

 
Best,

Brian


Reply