# httpay.xyz API Gateway: Mistral AI API (DELETE)

> httpay.xyz API Gateway: Mistral AI API (DELETE) is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Proxies DELETE requests to the Mistral AI API through a pay-per-call x402 payment gateway

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/mistral/%7B*path%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-mistral-ai-api-delete-bbce10b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A72PfEcWlayGhVqVJJncB

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 httpay-xyz-api-gateway-mistral-ai-api-delete-bbce10b7 -d '<json body>'
```

Example prompt: Delete my fine-tuned Mistral model with ID ft:mistral-7b:my-org:custom-model-v1 — route the DELETE request through the httpay Mistral gateway and pay the micropayment fee automatically.

## When to prefer this

Use this endpoint when you need to issue DELETE requests to the Mistral AI API but want to avoid managing a Mistral API key directly, prefer micropayment-based access via x402, or are operating in an agent environment where pay-per-call billing is more practical than subscription credentials.

## Known failure modes

- 402 Payment Required if x402 payment header is missing or insufficient
- 404 Not Found if the Mistral resource ID does not exist
- 401 Unauthorized if Mistral API credentials are invalid or missing
- 403 Forbidden if the caller lacks permission to delete the resource
- 500 Internal Server Error if the gateway or Mistral backend is unavailable
- Invalid path parameter resulting in unrouted request

## How this service works

API Gateway: Mistral AI API

## Output

The response from Mistral AI's API for the DELETE operation — typically a confirmation of deletion, the deleted resource object, or an error message if the resource was not found or the operation was unauthorized.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-mistral-ai-api-delete-bbce10b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
