Skip to main content
DELETE
/
agent_execution
/
query_templates
/
{template_id}
Delete Template
curl --request DELETE \
  --url https://ds.cominty.com/agent_execution/query_templates/{template_id} \
  --header 'x-cominty-token: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

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

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

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Path Parameters

template_id
string
required

Response

Successful Response