Skip to main content
DELETE
/
v1
/
cases
/
{uuid}
cURL
curl --request DELETE \
  --url https://api.lighthousefh.com/v1/cases/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "status": "<string>",
  "status_code": 1,
  "timestamp": "2023-11-07T05:31:56Z",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Case UUID

Response

Case deleted