Cloud APIs
LegacyFollowingsApi
authedUserUnfollowUniverse

authedUserUnfollowUniverse

Unfollows a particular universe as the authenticated user.

Parameters

NameTypeDescription
universeIdUniverseIdThe ID of the universe to unfollow.
userIdUserIdThe ID of the authenticated user.

Example

const { data: ids } = await LegacyFollowingsApi.authedUserUnfollowUniverse({
  universeId: 4922741943,
  userId: 45348281,
}); 

Example Data

{ universeId: 4922741943, userId: 45348281 } 

Endpoint

DELETE /v1/users/{userId}/universes/{universeId}