Skip to main content
DELETE
/
workflow-runs
/
{runId}
JavaScript
import Reminix from '@reminix/sdk';

const client = new Reminix({
  apiKey: process.env['REMINIX_API_KEY'], // This is the default and can be omitted
});

await client.workflowRuns.delete('x');
{
  "error": "Invalid or missing API key"
}

Authorizations

Authorization
string
header
required

API Key or Personal Access Token (PAT). When using PAT, include X-Project header.

Path Parameters

runId
string
required

Workflow run ID

Minimum string length: 1

Response

Workflow run deleted successfully