Deleting comments via REST Follow
I am currently using the REST API to create new comments. So far I can create new comments and list the comments for a issue.
Is there a way to delete a specific comment via REST?
Regards,
Heiko Wagner
Please sign in to leave a comment.
There is no way to delete comment via REST in YouTrack 2.0. But we already implemented this functionality JT-6559 and it would be available in the next EAP.
Thanks for your reply. I will try the next version when it's available.
I assume the "GET /issue/{issue}/comment" will also have an additional field in the XML for the comment id?