Authorizations
Headers
Path Parameters
Example:
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.workflows.versions.delete('wfv_abc123def456');Deletes a workflow version. Accepts both public and secret keys.
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.workflows.versions.delete('wfv_abc123def456');Was this page helpful?