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');

Authorizations

X-API-Key
string
header
required

Headers

X-API-Key
string
required

Path Parameters

workflowId
string
required
Example:

Response