Classic APIs
ClassicCatalogApi
authedUserRemoveBundleFavorite

authedUserRemoveBundleFavorite

Removes the authenticated users favorite for a specific asset.

Parameters

NameTypeDescription
userIdIdentifierThe ID of the authenticated user.
assetId🤷The ID of the bundle to unfavorite.

Example

const { data: success } = await ClassicCatalogApi.authedUserRemoveBundleFavorite({ userId: 45348281, bundleId: 429 }); 

Endpoint

DELETE /v1/favorites/users/{userId}/bundles/{bundleId}/favorite