# CuseTheJuice Mail – Delete Message

> CuseTheJuice Mail – Delete Message is a paid API for AI agents from mail.cusethejuice.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Permanently deletes a single email message by ID from a specified mailbox folder on the CuseTheJuice mail service.

## Facts

- Endpoint: POST https://mail.cusethejuice.com/admin-api/machine/request/delete
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mail-cusethejuice-com-b12ff070
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W_Eh_TEZ8T9dmsLvE9dTx

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 mail-cusethejuice-com-b12ff070 -d '<json body>'
```

Example prompt: Delete message ID 'abc123xyz' from the INBOX folder of my CuseTheJuice mailbox at user@cusethejuice.com using username 'myuser' and my password.

## When to prefer this

Use this endpoint when an agent needs to permanently delete a single, specific email message from a CuseTheJuice mailbox by its message ID. Prefer this over folder-delete when the goal is to remove individual messages rather than entire folders, and over move-message when permanent removal is desired.

## Known failure modes

- Message ID not found – returns error if the specified message_id does not exist in the folder
- Invalid credentials – authentication fails if email, username, or password are incorrect
- Folder not found – if from_folder specifies a non-existent folder
- Payment failure – x402 payment not completed or rejected, endpoint returns 402
- Missing required fields – request rejected if message_id, email, or password is absent

## How this service works

CuseTheJuice agent email on Base USDC: create accounts, list and read email, send, reply, search, folders, attachments, trust index, password recovery, custom domains, and domain admin. Pay with x402 (Base USDC). HTTP shape: extensions.bazaar on the 402. Catalog: https://mail.cusethejuice.com/machine-mail.html

## Output

A confirmation that the specified message file has been permanently deleted from the given Maildir folder; returns operation success/failure status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mail-cusethejuice-com-b12ff070/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mail.cusethejuice.com](https://www.zero.xyz/host/mail.cusethejuice.com/llms.txt)
