# Retention & Deletion Receipt

> Retention & Deletion Receipt is a paid API for AI agents from phion.systems, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Signs and records a declared data retention or deletion action to produce a verifiable compliance receipt

## Facts

- Endpoint: POST https://phion.systems/v1/paid/trust/retention-deletion-receipt
- 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/retention-deletion-receipt-55b6906c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wgmFHEgHaKTY0jQDTUgTT

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 retention-deletion-receipt-55b6906c -d '<json body>'
```

Example prompt: Sign a deletion receipt for my declared action — we purged user records from the analytics database at this timestamp — and give me the verifiable attestation I can include in our compliance audit log.

## When to prefer this

Choose this endpoint when an AI agent or automated pipeline needs a signed, verifiable proof that a data retention or deletion action was declared and executed — particularly for compliance workflows (GDPR, CCPA, internal data governance), audit trail generation, or trust handoffs between agents. Prefer this over generic logging when tamper-evidence and cryptographic signing are required.

## Known failure modes

- Missing or malformed action declaration payload returns a validation error
- Undeclared or unsupported action type may result in rejection
- Payment failure via x402 prevents receipt generation
- Network timeout before signing completes leaves no receipt issued
- Duplicate submissions for the same action may not be deduplicated, consuming credits without idempotency guarantees

## How this service works

Sign a declared retention or deletion action

## Output

A cryptographically signed receipt confirming the declared retention or deletion action, including a timestamp, action type, and verifiable attestation that can be stored for compliance audits or shared with auditors as tamper-evident proof.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/retention-deletion-receipt-55b6906c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phion.systems](https://www.zero.xyz/host/phion.systems/llms.txt)
