I have Reverse ETL setup to read from my database and update my people. I would like to delete people using this sync as well. I know there is an option to remove relationships to objects by adding a `deleted` column. Is there such a feature to delete people through reverse ETL? Rather than relying on calling the delete person API each time, it would be nice to just use the sync so i don’t have to keep track of who was properly deleted in CIO.
My use case is to delete users who have deleted their accounts on my product.
Another use case is i have a list of leads I am syncing. A lead becomes no longer viable and rather than updating the person with an attribute to no longer market towards, i would rather just delete them with the sync as well.