Skip to main content
DELETE
/
v1
/
workflow
/
templates
/
{template_id}
Delete Template
curl --request DELETE \
  --url https://agents.bigdata.com/v1/workflow/templates/{template_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication.

Path Parameters

template_id
string
required

Response

Successful Response