Delete a Shopping List
This endpoint allows you to delete any secondary shopping list.
Last updated
This endpoint allows you to delete any secondary shopping list.
Last updated
DELETE
https://api.whisk.com/list/v2/{id}
You can use the following path parameter to delete a shopping list:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
To delete your primary shopping list, you must first remove it as your default list.
Whisk allows you to discover and understand its API capabilities on the Swagger interface with the ability to try out the API calls directly in your browser. You can call this endpoint here.
id
string
The shopping list identifier.
Authentication
string
User Access token containing shopping_list:write
scope to authorize the API usage. For more information, see Authentication.