authedUserUnfollowUniverse
Unfollows a particular universe as the authenticated user.
Parameters
| Name | Type | Description |
|---|---|---|
| universeId | UniverseId | The ID of the universe to unfollow. |
| userId | UserId | The 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}