Skip to main content

Remove List from Favorites

Remove a list from your favorites list.

DELETE/v1/list/{list_id}/favorites

Properties

NameTypeRequiredDescription
list_idstringID of the list to remove from favorites

Example

/v1/list/your-list-id/favorites

CURL Example

curl -X DELETE "https://api-integrations.snackprompt.com/v1/list/{list_id}/favorites" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"