---
title: "Attempts to delete a theme. If already in use by users, will not allow"
method: DELETE
path: "/api/Theme"
tags: ["Theme"]
---

# Attempts to delete a theme. If already in use by users, will not allow

`DELETE /api/Theme`

## Query parameters

- `themeId` integer

## Response `200`

OK

- DownloadableSiteThemeDto[]
  - `name` string, nullable
  - `cssUrl` string, nullable
  - `cssFile` string, nullable
  - `previewUrls` string[], nullable
  - `alreadyDownloaded` boolean
  - `sha` string, nullable
  - `path` string, nullable
  - `author` string, nullable
  - `lastCompatibleVersion` string, nullable
  - `isCompatible` boolean
  - `description` string, nullable

---

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