var formData = new FormData(); formData.append('key', 'value'); for (var key of formData.keys()){ formData.delete(key); };