action visualstudio_post_api_v2_prebuilds_delete { label: "post_api_v2_prebuilds_delete" provider: visualstudio method: POST path: "/api/v2/prebuilds/delete" encoding: json input: { type: "object" required: ["branchName", "repoId"] properties: { branchName: { type: "string" } devContainerPath: { type: "string" } prebuildConfigurationId: { type: "integer" format: "int64" } repoId: { type: "integer" format: "int64" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }