admin-ajax.php responding with 0

the action has to be an HTTP argument, try that :

jQuery.ajax({
    url: mbp_Ajax.ajaxurl,
    type:"POST",
    data:{
        deleteFrame: id
        action: 'mbp-deleteFrame',
    },
    success: function(resp){
        console.log(resp);
    }
});