Skip to content

Add virtual product file delete endpoint#308

Open
PrestaEdit wants to merge 1 commit into
PrestaShop:devfrom
PrestaEdit:add-virtual-product-file-delete
Open

Add virtual product file delete endpoint#308
PrestaEdit wants to merge 1 commit into
PrestaShop:devfrom
PrestaEdit:add-virtual-product-file-delete

Conversation

@PrestaEdit

Copy link
Copy Markdown
Contributor
Questions Answers
Branch? dev
Description? Fills the DeleteVirtualProductFileCommand gap: DELETE /virtual-product-files/{virtualProductFileId} (scope product_write), deleting a product's downloadable virtual file record.
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? Related to PrestaShop/PrestaShop#39630
How to test? DELETE /virtual-product-files/{id} (client granted product_write) removes the virtual product file. A missing id returns 404. Covered by VirtualProductFileEndpointTest.
Possible impacts? None beyond the virtual product file record targeted by the request.

Fill the DeleteVirtualProductFileCommand gap: DELETE /virtual-product-files/{virtualProductFileId}
(scope product_write), deleting a product's downloadable virtual file record.

Related to PrestaShop/PrestaShop#39630

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-project-automation github-project-automation Bot moved this to Ready for review in PR Dashboard Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready for review

Development

Successfully merging this pull request may close these issues.

2 participants