curl --request DELETE \
--url https://api.example.com/v1/cases/{case_id}/deceased \
--header 'Authorization: Bearer <token>'{
"error": {
"code": "not_found",
"message": "The requested resource was not found."
}
}Remove the deceased person’s information from a case.
curl --request DELETE \
--url https://api.example.com/v1/cases/{case_id}/deceased \
--header 'Authorization: Bearer <token>'{
"error": {
"code": "not_found",
"message": "The requested resource was not found."
}
}