List
Delete list by Id
Deletes list by Id. If items are added to the list, records of the added items are deleted if a list is deleted.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"62fa3796841ea417fa71d2a9"
Response
200
application/json
List object Deleted
List details
Example:
"Wishlist"
Example:
null
Example:
"5349b4ddd2781d08c09890f4"
Example:
"Wish list"
Example:
"Add items to your wishlist to purchase later"
Example:
{ "attr1": "value1", "attr2": "value2" }
Number of items added to the list.
Required range:
x >= 0
Example:
0
Was this page helpful?