Act on a field instance being deleted.
This hook lets modules react to the deletion of an existing field instance. It is called after the definition is deleted.
$instance: The instance just deleted.
function hook_field_delete_instance($instance) {
// @todo Needs function body.
}