# Delete preview from comment **DELETE /actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id}** Delete a preview from a comment. Use force query to delete even if there are dependencies. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** (string(uuid)) - **comment_id** (string(uuid)) - **preview_file_id** (string(uuid)) #### Query parameters - **force** (boolean) Force deletion even if preview has dependencies ## Responses ### 204: Preview deleted from comment [Powered by Bump.sh](https://bump.sh)