版本:202201
删除地址
DELETE/openapi/2022-01/customers/:customer_id/addresses/:address_id
通过地址 ID 删除指定地址。
请求
Path参数
customer_id string必填
顾客 ID。
address_id string必填
地址 ID。
响应
- 200
- 404
200
- application/json
无 Schema
404
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"Record not found"
]
}
{
"errors": [
"Record not found"
]
}