# DELETE /websites/:website_id

**Resource:** [Websites](./websites.md)  
**MCP tool:** `delete_website`  
**Scopes:** `websites:delete`  
**Write operation:** yes

Delete a website and its associated content. This action cannot be undone.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes |  |

## Request example

```bash
curl -X DELETE   "https://api.trustpager.com/functions/v1/api/v1/websites/:website_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`