Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"id": "C-ef91f3a6db3144ffb5d6c581ff13c7ec"
}
Request samples
curl --location --request POST 'https://api.302.ai/chanjing/open/v1/delete_customised_person' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "C-ef91f3a6db3144ffb5d6c581ff13c7ec"
}'
Responses
application/json {
"trace_id": "add385eca3fe8b8bfa916e9e8719f6cc",
"code": 0,
"msg": "success"
}
Modified at 2025-06-23 07:26:15