다음을 통해 공유


Endpoints - Delete

서비스 엔드포인트 삭제

DELETE https://dev.azure.com/{organization}/_apis/serviceendpoint/endpoints/{endpointId}?projectIds={projectIds}&api-version=7.1-preview.4
DELETE https://dev.azure.com/{organization}/_apis/serviceendpoint/endpoints/{endpointId}?projectIds={projectIds}&deep={deep}&api-version=7.1-preview.4

URI 매개 변수

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

string

uuid

삭제할 엔드포인트의 엔드포인트 ID

organization
path True

string

Azure DevOps 조직의 이름입니다.

api-version
query True

string

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

projectIds
query True

string

array (string)

엔드포인트를 삭제해야 하는 프로젝트 ID

deep
query

boolean

엔드포인트에서 만든 spn 삭제

응답

Name 형식 Description
200 OK

성공적인 작업

보안

oauth2

형식: oauth2
Flow: accessCode
권한 부여 URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
토큰 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

범위

Name Description
vso.serviceendpoint_manage 서비스 엔드포인트를 읽고 쿼리하고 관리하는 기능을 부여합니다.

예제

Delete service endpoint

샘플 요청

DELETE https://dev.azure.com/{organization}/_apis/serviceendpoint/endpoints/{endpointId}?projectIds=c7e5f0b3-71fa-4429-9fb3-3321963a7c06&api-version=7.1-preview.4

샘플 응답