---
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}`

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

---

[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/revisions/74abfea76e36/schema)
