Skip to main content
DELETE
/
template
/
{id}
Delete an Template
curl --request DELETE \
  --url https://api.trugen.ai/v1/template/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "d22e4b02-3a47-46f2-b0cd-5420f277eaf9",
  "message": "Template details deleted successfully"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Unique identifier for the template

Response

Template details deleted successfully

id
string<uuid>

UUID of the deleted Template

message
string