Delete a microfrontends group
DEL
https://api.vercel.com/v1/teams/{teamId}/microfrontends/{groupId}Deletes a microfrontends group from the team associated with the group ID.
Request
import { Vercel } from "@vercel/sdk";
const vercel = new Vercel({ bearerToken: "<YOUR_BEARER_TOKEN_HERE>",});
async function run() { const result = await vercel.teams.deleteMicrofrontendsGroup({ groupId: "mfe_", teamId: "team_1a2b3c4d5e6f7g8h9i0j1k2l", slug: "my-team-url-slug", });
console.log(result);}
run();Response
"value"AuthorizationbearerToken
Default authentication mechanism