---
title: "Delete content property for comment by id"
method: DELETE
path: "/comments/{comment-id}/properties/{property-id}"
tags: ["Content Properties"]
---

# Delete content property for comment by id

`DELETE /comments/{comment-id}/properties/{property-id}`

Deletes a content property for a comment by its id. 

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to edit the comment.

## Path parameters

- `comment-id` integer, required
- `property-id` integer, required

## Response `204`

Returned if the content property was deleted successfully.

## 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 calling user does not have permission to view the specified comment or the comment was not found.

---

[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/versions/c4bd1ed570f2/schema)
