Skip to main content
DELETE
/
v1
/
gateway
/
workflows
/
{workflowId}
JavaScript
import Triglit from 'triglit';

const client = new Triglit({
  apiKey: 'My API Key',
});

await client.workflows.delete('wf_abc123def456');

Documentation Index

Fetch the complete documentation index at: https://docs.triglit.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Chave de API do tenant (publishable key ou secret key)

Headers

X-API-Key
string
required

Chave de API do tenant (publishable key ou secret key)

Path Parameters

workflowId
string
required

Workflow identifier

Example:

"wf_abc123def456"

Response

Workflow deleted successfully