# GEDX402 Vector Search Delete

> GEDX402 Vector Search Delete is a paid API for AI agents from ged-x402-search.jvalamis.workers.dev, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Deletes one or more vectors by document ID from an isolated namespace in a vector store, paid per-call with USDC via x402.

## Facts

- Endpoint: GET https://ged-x402-search.jvalamis.workers.dev/v1/search/delete
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-vector-search-delete-ba592bf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2BG7yDWfCJgRc9KxENQIn

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 gedx402-vector-search-delete-ba592bf5
```

Example prompt: Delete document ID 'doc-abc123' from my 'project-alpha' namespace in the vector search index — I want it removed so it no longer shows up in search results.

## When to prefer this

Use this endpoint when you need to remove specific documents or vectors by their stable IDs from an isolated namespace in a pay-per-use vector store, with no API key management required and USDC micropayment via x402.

## Known failure modes

- Document ID not found in namespace — deleted count returns 0
- Namespace does not exist — may return error or 0 deleted
- Payment failure via x402 — request rejected before processing
- Malformed or missing 'id'/'ids' field — validation error returned
- Namespace exceeds 64 characters or is under 2 characters — rejected

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

Returns a JSON object with a 'deleted' field indicating the number of documents successfully deleted, e.g. {"deleted": 1}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ids": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "namespace": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "deleted": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-vector-search-delete-ba592bf5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-search.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-search.jvalamis.workers.dev/llms.txt)
