Plane home page
Search or ask...
Sign in
Sign in
Search...
Navigation
Issue comment
Delete issue comment
Self-hosting
API Reference
Webhooks
Plane Documentation
Discord
GitHub
API Reference
Introduction
Project
State
Label
Link
Issue
Issue activity
Issue comment
Overview
POST
Add issue comment
GET
List issue comments
GET
Get issue comment details
PATCH
Update issue comment details
DEL
Delete issue comment
Issue types
Issue properties
Issue property options
Issue property values
Issue attachments
Module
Module issue
Cycle
Cycle issue
Intake issue
Worklogs
Issue comment
Delete issue comment
Deletes a comment of an issue
DELETE
/
api
/
v1
/
workspaces
/
{workspace-slug}
/
projects
/
{project_id}
/
issues
/
{issue_id}
/
comments
/
{comment_id}
Try it
Path parameters
workspace-slug
string
required
project_id
string
required
issue_id
string
required
comment_id
string
required
Update issue comment details
Overview