# Supprimer un site — API CacheBoost

> Supprimer définitivement un site et toutes ses données associées.

Source: https://www.cache-boost.com/fr/support/api-reference/sites/delete.md
Language: fr

---



Permanently deletes the site and all associated sitemaps, boosts, and run history. This action is irreversible.

**`DELETE /v1/sites/{id}`** — Scope: `sites:write`

## Example request

```bash
curl -X DELETE https://api.cache-boost.com/v1/sites/42 \
  -H "Authorization: Bearer cb_live_YOUR_KEY"
```

## Response

`204 No Content` — no response body.

> Deleting a site permanently removes all associated sitemaps, boosts, and run history.

## Errors

| Code | Description |
|------|-------------|
| `401` | Missing or invalid API key |
| `403` | Insufficient scope or access denied |
| `404` | Site not found |



---

**CacheBoost** — Automatic cache warming for faster websites.

- Website: https://www.cache-boost.com
- Full content (all pages): https://www.cache-boost.com/llms-full.txt
- LLM index: https://www.cache-boost.com/llms.txt
- Documentation: https://www.cache-boost.com/support/getting-started/introduction
- Start free: https://www.cache-boost.com/try
