API Reference · Templates

Delete a resource template

Delete a resource template

DELETE/v1/tenants/{name}/templates/{id}

Authorization

x-api-keystringrequired
Your per-workspace API key, e.g. llc_AbC123…. Also accepted as Authorization: Bearer <key>. Mint keys on your workspace's API keys page — each key belongs to one workspace.

Path parameters

namestringrequired
Workspace (tenant) name.
idstringrequired

Response

200Deleted.

okboolean
e.g. true
curl -X DELETE https://api.live-llm.com/v1/tenants/acme/templates/web \
  -H "x-api-key: $LIVELLM_KEY"
Try itDELETEhttps://api.live-llm.com/v1/tenants/{name}/templates/{id}
Fill required path params: name, id.
Example response200
{
  "ok": true
}