{
"employee_id": "string"
}
curl --location --request POST '/organization/v3/employees/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"employee_id": "string"
}'
{
"employee_id": "string",
"name": "string",
"job_number": "string",
"organization_id": "string",
"id_card": "",
"sex": 0,
"birthdate": "string",
"entrant_date": "string",
"phone": "string",
"email": "string",
"login_account": "string",
"bank_account_number": "string",
"bank_account_name": "string",
"bank_location_code": "string",
"bank_location_name": "string",
"status": "1",
"is_leader": 0
}