destroyData
destroyData(instanceData)
Calls the feathersService remove method with the provided serialized instanceData.
Parameters
- instanceData
{Object}:The serialized data of the instance.
Returns
{Promise<Object>}:
A promise that resolves to the deleted instance data.