---
title: "Delete Website"
method: POST
path: "/api/v1/websites/{website_id}/delete"
tags: ["Basics"]
---

# Delete Website

`POST /api/v1/websites/{website_id}/delete`

Deletes a website. Removes it from your organization and stops all associated processing. Requires a global API key. Idempotent: re-calling on an already deleted website returns 200. This action is reversible — call `POST /api/v1/websites/{website_id}/restore` to reactivate a deleted website.

## Response `200`

Website deleted successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Bad request - Invalid UUID in path
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - A global API key is required
- `404` — Not found - Website does not exist in this organization
- `500` — Internal server error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/revisions/6c5d71622cb9/schema)
