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 参数

名称 必需 类型 说明
endpointId
path True

string

uuid

要删除的终结点的终结点 ID

organization
path True

string

Azure DevOps 组织的名称。

api-version
query True

string

要使用的 API 版本。 这应设置为“7.1-preview.4”才能使用此版本的 API。

projectIds
query True

string

array (string)

需要从中删除终结点的项目 ID

deep
query

boolean

删除终结点创建的 spn

响应

名称 类型 说明
200 OK

成功的操作

安全性

oauth2

类型: oauth2
流向: 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

作用域

名称 说明
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

示例响应