共用方式為


Service Principal Entitlements - Delete

從帳戶中刪除服務主體。

刪除作業包括取消指派延伸模組和授權,以及從所有專案成員資格中移除服務主體。 如果服務主體是 AAD 群組的成員,則服務主體會繼續存取帳戶,而該群組會直接新增至帳戶。

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

URI 參數

名稱 位於 必要 類型 Description
organization
path True

string

Azure DevOps 組織的名稱。

servicePrincipalId
path True

string

uuid

服務主體的識別碼。

api-version
query True

string

要使用的 API 版本。 這應該設定為 '7.1-preview.1' 以使用此版本的 API。

回應

名稱 類型 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

名稱 Description
vso.memberentitlementmanagement_write 授與管理使用者、其授權以及他們可以存取的專案和延伸模組的能力