Skip to content

Remove a product from the customer wishlist (customer-scoped)

DELETE
/rest/v1/product/wishlist/{id}

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Path Parameters

id*

ID of the wishlist entry to delete

Type
integer
Required
Format
"int64"

Responses

Wishlist entry deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI