action visualstudio_delete_api_v2_prebuilds_repository_repo_id_branch_branch_name { label: "delete_api_v2_prebuilds_repository_repoId_branch_branchName" provider: visualstudio method: DELETE path: "/api/v2/prebuilds/repository/{repoId}/branch/{branchName}" encoding: json input: { type: "object" properties: { branchName: { type: "string" } repoId: { type: "integer" format: "int64" } } required: ["branchName", "repoId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }