Ajax kısmını bu şekilde düzenlermisiniz hocam
$.ajax({
url: 'delete.php?delete=&',
type: 'GET',
data: 'i=+productId',
dataType: 'json'
})