import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.workflows.delete('wf_abc123def456');Deletes a workflow and all its versions.
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.workflows.delete('wf_abc123def456');Chave de API do tenant (publishable key ou secret key)
Chave de API do tenant (publishable key ou secret key)
Workflow identifier
"wf_abc123def456"
Workflow deleted successfully
Was this page helpful?