{
"cardholder_id": "1952564520941649920",
"company_id": "{{companyId}}",
"request_id": "cc-00005",
"sign": "{{sign}}"
}
curl --location --request POST 'https://sandbox.vcc.top/api/cardholder/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardholder_id": "1952564520941649920",
"company_id": "{{companyId}}",
"request_id": "cc-00005",
"sign": "{{sign}}"
}'
{
"code": "0000",
"message": "Success",
"result": {
"status": "1",
"deleted_time": "2025-08-05T02:58:32.922+00:00"
}
}