VirtuousAI
ReferenceTemplates

Deprecate Template

POST
/api/v1/templates/{template_id}/deprecate

Path Parameters

template_id*string
Formatuuid

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/templates/497f6eca-6276-4993-bfeb-53cbbbba6f08/deprecate"
{
  "createdAt": "2019-08-24T14:15:22Z",
  "definition": {},
  "description": "string",
  "displayName": "string",
  "iconUrl": "string",
  "id": "string",
  "inputDefaults": {},
  "inputJsonSchema": {},
  "isActive": true,
  "kind": "string",
  "slug": "string",
  "status": "draft",
  "templateType": "connection",
  "updatedAt": "2019-08-24T14:15:22Z",
  "version": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}