Skip to main content

Delete Product Review (v1)

Method & Path

DELETE /api/v1/workspace/:workspaceId/storefront/product-reviews/:reviewId

Actual backend path: /v1/workspace/:workspaceId/storefront/product-reviews/:reviewId

Description

Permanently deletes a product review.

Authentication

Required: Bearer JWT.

Permissions: store.products.manage

Personas: Workspace Owner, Staff with product management permission.

Response 204 No Content

Empty body.

Common Errors

  • 404 Not Found: Review not found for workspace
  • 403 Forbidden: Insufficient permissions