Skip to main content
DELETE
/
query
/
runs
/
{runId}
Delete an agent run and any resume cache associated with it
curl --request DELETE \
  --url https://api.datalinks.com/api/v1/query/runs/{runId} \
  --header 'Authorization: Bearer <token>'
{
  "error_code": "UNAUTHORIZED",
  "message": "Missing authentication token",
  "error_message": "",
  "sub_errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

runId
string<uuid>
required

Response

Deleted.