Skip to main content
DELETE
/
v1
/
locations
/
{location_uuid}
cURL
curl --request DELETE \
  --url https://api.lighthousefh.com/v1/locations/{location_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

location_uuid
string<uuid>
required

Location UUID

Response

Location deleted