Fork Copy data.forEach(item => { fetch('https://graph.facebook.com/v2.11/'+ item.id +'?access_token=token', { method: 'DELETE'}); })