OpenPhn docs
Referencetemplates

Delete a template

DELETE
/v1/templates/{template_id}

Path Parameters

template_id*Template Id

Response Body

application/json

application/json

curl -X DELETE "https://loading/v1/templates/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}