v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

delete/v1/comments/{commentId}

Path parameters

commentIdstring required

The id of the comment to delete.

Response

idstring
objectstring
deletedboolean

Example response

{
  "id": "b2c3d4e5-6789-01bc-defg-2345678901bc",
  "object": "taskComment",
  "deleted": true
}