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

generation_template_uuid
string<uuid>
required

Template UUID

Response

Template deleted