DELETE

Delete User Favorite List


Deletes the Wix user's list of favorite dashboard pages.

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/{favoriteListId}

Path Params
favoriteListIdstringRequired

ID of the dashboard favorite list to delete.

Response Object
Returns an empty object.
Delete 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.

Did this help?