AurionAI Docs

Delete Template

Delete a non-system template (ownership-enforced unless super-admin).

DELETE
/api/v2/workflows/templates/{template_id}

Delete a non-system template (ownership-enforced unless super-admin).

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

template_id*Template Id

Response Body

application/json

curl -X DELETE "https://loading/api/v2/workflows/templates/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}