Axelered AI
API Process

Delete Process Run

DELETE
/w/{workspace_id}/process/{run_id}

Cancel and delete a process run. Cancellation is best-effort for runs already running.

Path Parameters

run_id*Run Id
Formatuuid
workspace_id*Workspace Id
Formatuuid

Response Body

application/json

application/json

{  "status": "ok"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}