Act on field_attach_delete().
This hook is invoked after the field module has performed the operation.
$entity_type: The type of $entity; e.g. 'node' or 'user'.
$entity: the entity with fields to process.
function hook_field_attach_delete($entity_type, $entity) {
// @todo Needs function body.
}