Skip to main content
DELETE
/
api
/
v1
/
templates
/
{template_id}
Delete template
curl --request DELETE \
  --url https://api.example.com/api/v1/templates/{template_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs-slidekit.theduomi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Production API key. Development/test deployments may also allow X-Org-Name.

Path Parameters

template_id
string
required

Query Parameters

hard_delete
boolean
default:false

Permanently delete template

Response

Successful Response