---
title: "Delete inline comment"
method: DELETE
path: "/inline-comments/{comment-id}"
tags: ["Comment"]
---

# Delete inline comment

`DELETE /inline-comments/{comment-id}`

Deletes an inline comment. This is a permanent deletion and cannot be reverted.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to view the content of the page or blogpost and its corresponding space. Permission to delete comments in the space.

## Path parameters

- `comment-id` integer, required

## Response `204`

Returned if the inline comment is deleted.

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if: - The comment was not found - The calling user does not have permission to view the comment - The user is forbidden from deleting a comment tied to a resource they are allowed to view

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
