I’m testing unsubscribing user from a specific list. I’m using following API call with DELETE method:
{{URL}}/list/{{LIST_ID}}/subscribe
I have a profile subscribed to two lists, like this:
but after API call is completed, consent status is set to false, like this:
Consent status is: Unsubscribed from all lists - which really weird, because under Lists & Segments a list is still displayed (which is correct, because I removed user from only one list).
Thank you for you help!