Delete preview from given comment.

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

Responses

  • Preview deleted from given comment

DELETE /actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id}
curl \
 --request DELETE http://api.example.com/actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id} \
 --header "Authorization: $API_KEY"