Skip to main content
DELETE
/
api
/
v1
/
templates
/
{template_id}
Delete Template
curl --request DELETE \
  --url https://draftliftai.com/api/v1/templates/{template_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "Missing or invalid authorization header"
}

Authorizations

Authorization
string
header
required

API key (dl_live_...) or Supabase JWT token

Path Parameters

template_id
integer
required

Response

No Content