Manage customer accounts - Delete customer from TIP account
从生产帐户中的测试中删除客户租户。
DELETE https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
customer_id
|
path | True |
string |
客户 AAD 租户 ID。 |
version
|
path | True |
string |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Authorization | True |
string |
授权持有者令牌 |
ms-correlationid |
string |
用于在内部跟踪请求。 如果未提供 ms-correlationid,则服务器将为每个请求生成一个新请求 |
|
ms-cv |
string |
用于在内部跟踪请求。 如果未提供 ms-cv,则服务器将为每个请求生成一个新请求 |
|
ms-requestid |
string |
用于请求的幂等性。 如果未提供 ms-requestid,则服务器将为每个请求生成一个新请求 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
object |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
204 No Content |
已成功从 TIP 帐户中删除客户。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |