---
title: "Delete a Specific Post"
method: DELETE
path: "/api/v2/content/posts/{id}"
tags: ["Content - Posts"]
---

# Delete a Specific Post

`DELETE /api/v2/content/posts/{id}`

This endpoint deletes a specific post.<br><br><h3>Required Scope</h3>`content:write`

## Path parameters

- `id` string, required

## Response `204`

Success

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
