DELETE
/
workflows
/
runs
/
{run_id}
JavaScript
import Morphik from 'morphik';

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

const run = await client.workflows.runs.delete('run_id');

console.log(run);
{}

Headers

authorization
string

Path Parameters

run_id
string
required

Response

200
application/json

Successful Response

The response is of type object.