{
"relations": [
{
"customerId": 673762719877120,
"salesId": 662242654169152
}
]
}
curl --location --request POST '/api/v3/deleteCustomer' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"relations": [
{
"customerId": 673762719877120,
"salesId": 662242654169152
}
]
}'
{}