# Delete the business address

# Dxplaination of Interface Call Request

http请求方式:POST
https://api.weixin.qq.com/product/address/delete?access_token=xxxxxxxxx

# Example of request parameters

{
    "address_id": "12345",
}

# Examples of back-up

{
    "errcode" : 0,
    "errcode" : ""
}

# Dxplaination of request parameters

参数 type Is it compulsory? Introductions
address_id number yes Address ID

# Dxplaination of callback parameters

参数 type Introductions
errcode string Error code
errmsg string Error message

# Return code

返回码 Error Type
-1 System exceptions
-2 Token too long
600001 Missing Address ID