# Clado Deep Research Cancel

> Clado Deep Research Cancel is a paid API for AI agents from clado.x402.paywithlocus.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Cancels an in-progress deep research job by job ID, stopping further processing and charges.

## Facts

- Endpoint: POST https://clado.x402.paywithlocus.com/clado/deep-research-cancel
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clado-deep-research-cancel-143ccfc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bYdM4nmB9MDg7wL32In1V

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clado-deep-research-cancel-143ccfc5 -d '<json body>'
```

Example prompt: Cancel my Clado deep research job with ID job_abc123 — I no longer need that research run.

## When to prefer this

Use this endpoint when you have a running Clado deep research job (started via the deep-research initiation endpoint) that you need to stop before it completes — for example, if you found the information you needed through another channel, if the job was submitted by mistake, or if you want to avoid further processing charges. Do not use this for cancelling standard people search or LinkedIn enrichment requests, which are synchronous and cannot be cancelled mid-flight.

## Known failure modes

- Job ID not found or already completed — cancellation has no effect or returns an error
- Job already cancelled — duplicate cancel request may return a no-op or error
- Invalid jobId format — API may reject with a validation error
- Payment failure — x402 payment protocol may fail if wallet balance is insufficient
- Network timeout — the cancellation request may not reach the server in time

## How this service works

People search, LinkedIn enrichment, and deep research for lead generation.

## Output

Returns a success flag, an empty data object confirming cancellation, payment settlement details (settled and authorized USDC amounts), and a request ID with a status URL for tracking the cancellation request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "jobId": {
   "type": "string",
   "description": "Deep research job ID to cancel"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clado-deep-research-cancel-143ccfc5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clado.x402.paywithlocus.com](https://www.zero.xyz/host/clado.x402.paywithlocus.com/llms.txt)
