Remove items from wishlist (09/02)

GET https://castleindia.in/emart/public/ api/wishlist/remove/{id} /api/wishlist/remove/{id}

Path Parameters

Name
Type
Description

id

Integer

Wishlist ID.

Headers

Name
Type
Description

Accept

String

application/json

Authorization

String

Bearer { bearer_token without bracket }

{
    "msg": "Item is removed from your wishlist",
    "status": "fail"
}

IF response fail

{
    "message": "Unauthenticated."
}

{
    "msg": "Wishlist item not found !",
    "status": "fail"
}

Last updated