# Comments

Comments on Bitrix24 Feed posts: adding and deleting. Each operation runs in the context of a post — its `id` is passed in the path.

Scope: `log`

## Operations

- [Add a comment](./comments/add.md) — `POST /v1/posts/:id/comments`
- [Delete a comment](./comments/delete.md) — `DELETE /v1/posts/:id/comments/:commentId`

## See also

- [Posts](/docs/feed/posts)
- [Feed](/docs/feed)
