Delete preview from given comment.

DELETE /actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id}

Path parameters

Responses

  • 204

    Preview deleted from given comment

DELETE /actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id}
curl \
 -X DELETE http://localhost:8080/api/actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id} \
 -H "Authorization: $API_KEY"