I would like to delete existing data in a field

I would like to remove a name and leave a field blank. I tried to upload a list blank but I am receiving an error:

“FAILED_TO_PROCESS_OBJECT_WITH_EMPTY_PROPERTY_VALUES”

Any ideas on how I could acomplish this?

@KayZamora are you trying to remove the name of one contact record? In the contact record, you can edit the name and delete what’s in there, leaving it blank:

If you want to bulk edit the name property, I would look into building a workflow based on a static list you create (of the contacts you wish to edit) and add the step to “clear property value,” then clear first name:

Hope that helps!