Delete a Shopping List
This endpoint allows you to delete any secondary shopping list.
Delete Shopping List
DELETE
https://api.whisk.com/list/v2/{id}
You can use the following path parameter to delete a shopping list:
Path Parameters
Name
Type
Description
id
string
The shopping list identifier.
Headers
Name
Type
Description
Authentication
string
User Access token containing shopping_list:write
scope to authorize the API usage. For more information, see Authentication.
Sample Request and Response
Last updated
Was this helpful?