{
"systemData": {
"imBotId": "string",
"imContactId": "string"
},
"wecomData": {
"wecomUserId": "string",
"externalUserId": "string"
}
}
curl --location --request POST '/api/v1/customer/delete?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemData": {
"imBotId": "string",
"imContactId": "string"
},
"wecomData": {
"wecomUserId": "string",
"externalUserId": "string"
}
}'
{
"errcode": 0
}