user_cases row and all status_updates for that case (ON DELETE CASCADE).case_ref may be numeric internal id or public user_case_id (e.g. FLOW1234567).curl --location --request DELETE 'https://devapi.immigraflow.com/v1/users//cases/' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"success": true,
"message": "string",
"deleted": {
"id": 0,
"user_case_id": "string",
"receipt_number": "string"
}
}