Skip to main content
DELETE
/
agents
/
{agentId}
/
runs
/
{runId}
cURL
curl --request DELETE \
  --url https://api.lucidtech.ai/{basePath}/agents/{agentId}/runs/{runId} \
  --header 'Authorization: Bearer <token>'
{
  "agentId": "<string>",
  "runId": "<string>",
  "updatedTime": "<string>",
  "updatedBy": "<string>",
  "createdBy": "<string>",
  "createdTime": "<string>",
  "id": "<string>",
  "variablesFileUrl": "<string>",
  "events": [
    {}
  ],
  "resourceIds": [
    "<string>"
  ],
  "status": "archived"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

agentId
string
required
runId
string
required

Response

200 response

agentId
string
required
runId
string
required
updatedTime
string | null
updatedBy
string | null
Maximum string length: 4096
createdBy
string | null
Maximum string length: 4096
createdTime
string | null
id
string
variablesFileUrl
string | null
events
object[]
resourceIds
string[]
status
enum<string>
Available options:
archived,
exported,
pending-export,
pending-predictions,
ready-for-review,
review-completed,
succeeded-predictions,
error,
running,
completed,
review-in-progress