Skip to main content
Problem Solver I
May 25, 2023
Solved

Delete list relationships

  • May 25, 2023
  • 3 replies
  • 134 views

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

 

    This topic has been closed for replies.
    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

    3 replies

    Brian Turcotte
    Klaviyo Alum
    May 25, 2023

    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

    stucco81Author
    Problem Solver I
    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
    Klaviyo Alum
    May 30, 2023

    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