다음을 통해 공유


Service Principal Entitlements - Delete

계정에서 서비스 주체를 삭제합니다.

삭제 작업에는 확장 및 라이선스를 할당 취소하고 모든 프로젝트 멤버 자격에서 서비스 주체를 제거하는 작업이 포함됩니다. 서비스 주체는 계정에 직접 추가되는 AAD 그룹의 구성원인 경우 계정에 계속 액세스할 수 있습니다.

DELETE https://vsaex.dev.azure.com/{organization}/_apis/serviceprincipalentitlements/{servicePrincipalId}?api-version=7.1-preview.1

URI 매개 변수

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

string

Azure DevOps 조직의 이름입니다.

servicePrincipalId
path True

string

uuid

서비스 주체의 ID입니다.

api-version
query True

string

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

응답

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.memberentitlementmanagement_write 사용자, 라이선스 및 액세스할 수 있는 프로젝트 및 확장을 관리할 수 있는 기능을 부여합니다.