---
title: "Delete Content"
method: DELETE
path: "/v1/portal-content/{contentId}"
tags: ["Portal Content"]
---

# Delete Content

`DELETE /v1/portal-content/{contentId}`

Deletes a content item.

## Path parameters

- `contentId` string, required

## Headers

- `x-publisher-token` string, required

## Response `200`

Content deleted successfully.

## Other responses

- `400` — Invalid content ID or deletion error.
- `401` — Invalid or missing publisher token.
- `404` — Content not found.
- `500` — Server error.

---

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