Skip to main content
DELETE
/
api
/
v1
/
{app_id}
/
wishlists
/
{id}
/
items
Error
A valid request URL is required to generate request examples
{
  "message": "<string>"
}

Path Parameters

app_id
string
required

UUID of the app

id
string
required

UUID of the wishlist

Body

application/json

Items to remove

product_ids
string[]
required
Minimum array length: 1

Response

Items removed successfully

message
string