Delete user meta based on key value that is an array

The $meta_value is optional and I you will be having a unique entry of prize for each user so you can just use the function without $meta_value.

delete_user_meta( $userID, 'prize' );