cURL
curl --request DELETE \ --url https://draftliftai.com/api/v1/templates/{template_id} \ --header 'Authorization: Bearer <token>'
{ "detail": "Missing or invalid authorization header" }
Deletes a custom template. Only user-created templates can be deleted.
API key (dl_live_...) or Supabase JWT token
No Content
Was this page helpful?