After using
UgcService.Instance.DeleteContentAsync
I see content is labeled as
Deleted: August 28, 2023
But while retrieving content, I still can get the content. Currently I am checking DeletedAt to see if it is null or not to determine if the content is deleted or not.
I am just wondering when does the content actually being deleted?
Besides, is there any delete button on dashboard that can be used instead just calling api?