Try our conversational search powered by Generative AI!

ODP: Lists aren't really deleted

Vote:
 

When I delete lists from the UI, they are removed from ODP UI but the api will still return them.

The list still has _exists=true and shows up when querying through GraphQL. There seems to be nothing in the returned object to suggest it is deleted, yet the UI won't show them. 
If I change the url I can still access them, e.g. /lists/show?id=aaa_deleted_list

Lists deleted over a week ago still show up so it doesn't seem a caching issue. 

I'm assessing if we can use ODP data for some gamification features we require, it'd be good to know why these things don't work as expected. 

#319238
Mar 20, 2024 5:35
Vote:
 

Hi Arjan

I test it in my instance, can't reproduce this issue. 

  1. Create new list in my ODP
  2. Verify with postman the list created through api https://api.zaius.com/v3/lists
  3. Delete this list in ODP UI
  4. Verify with postman from the same endpoint https://api.zaius.com/v3/lists and I don't see the deleted list

In addtion, I verify from ODP UI to attempt to access above deleted list, and can't access to it. 

#319359
Mar 22, 2024 5:48
Vote:
 

Hey Vincent! Long time. 

Yeah, that's not what I'm seeing, tried exactly the same steps. I'll log a ticket. 

#319360
Mar 22, 2024 5:58
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.