---
title: "Delete AI content by contentId"
method: DELETE
path: "/aicontent/{contentId}"
tags: ["AI content"]
---

# Delete AI content by contentId

`DELETE /aicontent/{contentId}`

Delete AI content by contentId

Remove an AI content entry by its contentId

## Path parameters

- `contentId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- union
  - object
    - `message` string, required
    - `success` boolean, required
  - object
    - `message` unknown
    - `success` boolean, required

## Changes

- **2026-09-21** `a94f6e63efd3` — 2 breaking, 1 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `success` from the response with the `200` status
  - added `subschema #1, subschema #2` to the response body `anyOf` list for the response status `200`

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/aicontent/:contentId/delete.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
