Manage orders - Withdraw a transfer

删除现有传输。

DELETE https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/transfers/{transfer_id}

URI 参数

名称 必需 类型 说明
customer_id
path True

string

客户标识符。

transfer_id
path True

string

传输标识符。

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

传输实体删除成功。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

400 Bad Request

输入缺失或无效。 响应正文将提供错误详细信息。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

401 Unauthorized

请求未经过身份验证。 客户端需要先向合作伙伴 API 服务进行身份验证。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

403 Forbidden

请求已经过身份验证,但被拒绝,因为调用方无权调用它。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

404 Not Found

找不到该资源,或者对于给定的输入参数不可用。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

500 Internal Server Error

合作伙伴 API 服务或其依赖项之一无法满足请求。 调用方可以重试此操作。

Media Types: "application/json", "text/json", "application/xml", "text/xml"