Skip to main content

Delete Store SEO OG Image (v1)

Method + Path

DELETE /v1/workspace/:workspaceId/storefront/store/seo-og-image

Actual backend path: /v1/workspace/:workspaceId/storefront/store/seo-og-image

Description

Remove the SEO Open Graph image from the storefront store.

Authentication

Required - JWT token in Authorization header

Required Permissions:

  • storefront.update

Headers

HeaderTypeRequiredDescription
AuthorizationstringYesBearer token: Bearer <token>

Path Parameters

ParameterTypeRequiredDescription
workspaceIdstringYesWorkspace identifier

Response (204)

No content - successful deletion.

Common Errors

  • 401 Unauthorized: Missing or invalid authentication token
  • 403 Forbidden: Insufficient permissions (requires storefront.update)
  • 404 Not Found: Store or workspace not found
  • 500 Internal Server Error: Server error