---
title: "Delete post"
method: DELETE
path: "/post/{postId}"
---

# Delete post

`DELETE /post/{postId}`

Deletes a post by Post id and cancels all schedules. Returns nothing.

## Path parameters

- `postId` string, required

## Response `200`

Success

## Other responses

- `500` — Unknown error

---

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