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

# Delete website

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

Permanently deletes an Agency Plan website. Deletion is processed asynchronously: the
website is immediately transitioned to a deleting state and the underlying server
resources are removed in the background.

## Path parameters

- `website_uid` string, required

## Response `200`

Success empty response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

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

## Changes

- **2026-08-13** `5a5a54ce5eb4` — 1 info
  - api operation id `agency-hosting_deleteAgencyPlanWebsiteV1` removed and replaced with `agency-hosting_deleteWebsiteV1`
- **2026-08-10** `74abfea76e36` — 4 warning
  - removed the optional property `deleted_at` from the response with the `200` status
  - removed the optional property `is_cleanup_scheduled` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - removed the optional property `website_uid` from the response with the `200` status
- **2026-07-10** `4225b85b62f6` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/agency-hosting/v1/websites/:website_uid/delete.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/fcb2ecfdfabd/schema)
