Act on a field instance being deleted.
This hook is invoked from field_delete_instance() after the instance is deleted.
$instance: The instance just deleted.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_field_delete_instance($instance) { // @todo Needs function body. }