DELETE

Delete User Favorite


Deletes the specified favorite page from the current Wix user's list of favorite dashboard pages. If no favorites remain in the list, it is deleted.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Dashboard
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/dashboard/v1/user-favorite-list/delete-favorite/{favoriteId}

Path Params
favoriteIdstringRequired

ID of the favorite page to delete from the list.

Response Object
favoriteListFavoriteList

Updated dashboard favorite list.

Delete Page from User Favorite List
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?