---
title: "Delete Post"
method: DELETE
path: "/team-messaging/v1/chats/{chatId}/posts/{postId}"
tags: ["Posts"]
---

# Delete Post

`DELETE /team-messaging/v1/chats/{chatId}/posts/{postId}`

Deletes the specified post from the chat.

## Path parameters

- `chatId` string, required
- `postId` string, required

## Response `204`

No Content.

## Other responses

- `403` — Requestor has no permissions to do this action
- `404` — Post Not Found

---

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