---
title: "Delete Agency Plan website"
method: DELETE
path: "/api/agency-hosting/v1/websites/{website_uid}"
tags: ["Agency Hosting: Websites"]
---

# Delete Agency Plan website

`DELETE /api/agency-hosting/v1/websites/{website_uid}`

Deletes an Agency Plan website and schedules cleanup of its resources.

This action is irreversible. Website files, databases, and linked domains are removed.

## Path parameters

- `website_uid` string, required

## Response `200`

Success response

- AgencyHostingV1WebsitesWebsiteDeletionResource
  - `website_uid` string — Deleted website UID
  - `status` string — Deletion status
  - `message` string — Human-readable result message
  - `deleted_at` string, date-time
  - `is_cleanup_scheduled` boolean — Whether background cleanup has been scheduled

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/versions/796bd5194565/schema)
