Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 2.41 KB

deleteteamresponsebody.md

File metadata and controls

21 lines (15 loc) · 2.41 KB

DeleteTeamResponseBody

The Team was successfully deleted

Example Usage

import { DeleteTeamResponseBody } from "@vercel/sdk/models/deleteteamop.js";

let value: DeleteTeamResponseBody = {
  id: "team_LLHUOMOoDlqOp8wPE4kFo9pE",
  newDefaultTeamIdError: true,
};

Fields

Field Type Required Description Example
id string ✔️ The ID of the deleted Team team_LLHUOMOoDlqOp8wPE4kFo9pE
newDefaultTeamIdError boolean Signifies whether the default team update has failed, when newDefaultTeamId is provided in request query. true