remove

You can remove the whole object by writing down the name of it. You can also use destination path to point to the object you want to remove.

dispatch(remove('DESTINATION'))

Example Remove geo object

dispatch(remove('User>address>geo'))

Last updated