curl --location --request POST '/v1.3/custom_tags/delete' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--data-urlencode 'account_id=111111111' \
--data-urlencode 'tag_id=<TAG_ID>'{
"code": 0,
"message": "",
"message_cn": ""
}