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