Delete comment

View as markdown
DELETE /data/tasks/{task_id}/comments/{comment_id}

Delete a comment by id for a task.

Path parameters

  • task_id string(uuid) Required
  • comment_id string(uuid) Required

Responses

  • 204

    Comment deleted

DELETE /data/tasks/{task_id}/comments/{comment_id}
curl \
 --request DELETE 'http://api.example.com/data/tasks/a24a6ea4-ce75-4665-a070-57453082c25/comments/a24a6ea4-ce75-4665-a070-57453082c25' \
 --header "Authorization: $API_KEY"