다음을 통해 공유


Classification Nodes - Delete

기존 분류 노드를 삭제합니다.

DELETE https://dev.azure.com/{organization}/{project}/_apis/wit/classificationnodes/{structureGroup}/{path}?api-version=7.1-preview.2
DELETE https://dev.azure.com/{organization}/{project}/_apis/wit/classificationnodes/{structureGroup}/{path}?$reclassifyId={$reclassifyId}&api-version=7.1-preview.2

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
organization
path True

string

Azure DevOps 조직의 이름입니다.

project
path True

string

프로젝트 ID 또는 프로젝트 이름

structureGroup
path True

TreeStructureGroup

분류 노드, 영역 또는 반복의 구조 그룹입니다.

path
path

string

분류 노드의 경로입니다.

api-version
query True

string

사용할 API의 버전입니다. 이 버전의 api를 사용하려면 '7.1-preview.2'로 설정해야 합니다.

$reclassifyId
query

integer

int32

재분류를 위한 대상 분류 노드의 ID입니다.

응답

Name 형식 Description
200 OK

성공한 작업

보안

oauth2

Type: oauth2
Flow: accessCode
Authorization URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL: https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer

Scopes

Name Description
vso.work_write 작업 항목 및 쿼리를 읽고, 만들고, 업데이트하고, 보드 메타데이터, 읽기 영역 및 반복 경로를 다른 작업 항목이 관련 메타데이터를 추적하고, 쿼리를 실행하고, 서비스 후크를 통해 작업 항목 이벤트에 대한 알림을 받을 수 있는 기능을 부여합니다.

예제

Delete an area node
Delete an iteration node

Delete an area node

Sample Request

DELETE https://dev.azure.com/fabrikam/Fabrikam-Fiber-Git/_apis/wit/classificationnodes/{structureGroup}?$reclassifyId=3568&api-version=7.1-preview.2

Sample Response

Delete an iteration node

Sample Request

DELETE https://dev.azure.com/fabrikam/Fabrikam-Fiber-Git/_apis/wit/classificationnodes/{structureGroup}?$reclassifyId=3569&api-version=7.1-preview.2

Sample Response

정의

TreeStructureGroup

분류 노드, 영역 또는 반복의 구조 그룹입니다.

Name 형식 Description
areas

string

iterations

string