curl --request DELETE \
--url https://api.example.com/v1/cases/{case_id} \
--header 'Authorization: Bearer <token>'{
"error": {
"code": "not_found",
"message": "The requested resource was not found."
}
}Delete an estate case. This action is irreversible.
curl --request DELETE \
--url https://api.example.com/v1/cases/{case_id} \
--header 'Authorization: Bearer <token>'{
"error": {
"code": "not_found",
"message": "The requested resource was not found."
}
}Documentation Index
Fetch the complete documentation index at: https://api.hellosunset.com/llms.txt
Use this file to discover all available pages before exploring further.