{
"customerId": 478452324988992,
"salesId": 463352988837952,
"contactIds": [
478452326406208,
478452326268992,
478452326029376
]
}
curl --location --request POST '/api/v3/contacts/del' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 478452324988992,
"salesId": 463352988837952,
"contactIds": [
478452326406208,
478452326268992,
478452326029376
]
}'
{
"code": 0,
"message": "success"
}