---
title: "Delete a site"
method: DELETE
path: "/sites/{site_id}"
tags: ["WordPress Sites"]
---

# Delete a site

`DELETE /sites/{site_id}`

## Path parameters

- `site_id` string, required

## Response `202`

Site deletion action started. Check MyKinsta for status

- DeleteWpSiteResponse
  - `operation_id` string
  - `message` string, required
  - `status` number, required

## Other responses

- `400` — One or more of the required parameters were not provided to the request
- `401` — No or invalid API key provided to the request
- `500` — Error occurred while deleting a site

---

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