---
title: "Deletes a website"
method: DELETE
path: "/website"
tags: ["websites"]
---

# Deletes a website

`DELETE /website`

## Query parameters

- `domain` string, required

## Response `200`

successful operation

- object
  - `data` Websites
    - `_id` integer
    - `userId` integer
    - `url` string
    - `domain` string
    - `crawlDuration` integer
    - `cdnConnected` boolean
    - `pageInsights` boolean
    - `online` boolean
    - `mobile` boolean
    - `robots` boolean
    - `insight` object
      - `json` string
    - `pageHeaders` string[]
    - `pageLoadTime` PageLoadTime
      - `duration` number
      - `durationFormated` string
      - `color` string
    - `issuesInfo` IssuesInfo
      - `accessScoreAverage` integer
      - `possibleIssuesFixedByCdn` integer
      - `totalIssues` integer
      - `issuesFixedByCdn` integer
      - `errorCount` integer
      - `warningCount` integer
      - `noticeCount` integer
      - `pageCount` integer

## Other responses

- `400` — Invalid website value

## Changes

- **2026-07-17** `83861b057739` — 1 breaking
  - the `data/pageLoadTime/duration` response's property type/format changed from `int32`/`` to `number`/`` for status `200`
- **2023-01-15** `ce9cb8170318` — 1 warning, 1 info
  - removed the optional property `data/issuesInfo/adaScoreAverage` from the response with the `200` status
  - added the optional property `data/issuesInfo/accessScoreAverage` to the response with the `200` status
- **2022-07-17** `2685f549f670` — 1 breaking
  - the `data/pageLoadTime/duration` response's property type/format changed from `string`/`` to `int32`/`` for status `200`
- **2022-06-13** `f2f01ff0b14f` — 1 breaking, 1 warning, 1 info
  - the `data/pageLoadTime/duration` response's property type/format changed from `number`/`` to `string`/`` for status `200`
  - removed the optional property `data/issuesInfo/accessScoreAverage` from the response with the `200` status
  - added the optional property `data/issuesInfo/adaScoreAverage` to the response with the `200` status

[Change history](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/changes/website/delete.md)

---

[API](https://skmtc.dev/a11ywatch/apis/a11ywatch-client.md) · [All operations](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a11ywatch/a11ywatch-client/revisions/83861b057739/schema)
