Skip to main content
DELETE
/
templates
/
{template_id}
Delete a template
curl --request DELETE \
  --url https://api-staging.superserve.ai/templates/{template_id} \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

template_id
string<uuid>
required

The unique identifier of the template.

Response

Template deleted