# Supprimer un sitemap — API CacheBoost

> Supprimer un sitemap et toutes ses URLs extraites.

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

---



Removes a sitemap and all its extracted URLs.

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

## Example request

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

## Response

`204 No Content` — no response body.

## Errors

| Code | Description |
|------|-------------|
| `401` | Missing or invalid API key |
| `403` | Insufficient scope or access denied |
| `404` | Sitemap 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
