# Delete a business address

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/product/address/delete?access_token=xxxxxxxxx

# Request Parameter Sample

{
    "address_id": "12345",
}

# Return Package Example

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

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
address_id number yes Address ID

# Return parameter specification

parameter type Introductions
Errcode string Error code
errmsg string Error message

# Return code

Return code Type of error
-1 System exception
-2 Token is too long
600001 Missing Address ID