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.
{}{
"error_code": "REAL_CODES_ARE_IN_ENDPOINT_DESCRIPTION",
"message": "Additional details about error are not static and can be changed"
}{
"code": "auth.tokenNotFound"
}This is unexpected response, something is wrong on our side, please contact: [email protected]Sample Request and Response
curl -X DELETE "https://api.whisk.com/list/v2/10659fd8679a1064b5bb4b17e944148753d"
-H "Accept: application/json"
-H "Authorization: Bearer <YOUR-API-ACCESS-KEY>"{}Last updated
Was this helpful?