cURL
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>" } ] }
Permanently delete a workflow template.
API key for authentication.
Successful Response
Was this page helpful?