---
title: "Delete Content"
method: DELETE
path: "/content/{contentId}/"
tags: ["WorldBuilder", "public"]
---

# Delete Content

`DELETE /content/{contentId}/`

Deletes a specific content ID.

## Path parameters

- `contentId` string, required

## Headers

- `x-m2-organization-id` string, required
- `x-m2-project-id` string, required

## Response `204`

Empty response indicating successful content deletion

- unknown

## Other responses

- `4XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/world-builder.md) · [All operations](https://skmtc.net/otherside/apis/world-builder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/world-builder/revisions/5b916374c3f8/schema)
