---
title: "Deletes the following between a user with userId and universe with universeId"
method: DELETE
path: "/v1/users/{userId}/universes/{universeId}"
tags: ["Interactions", "Universes", "Users"]
---

# Deletes the following between a user with userId and universe with universeId

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

## Path parameters

- `userId` integer, required
- `universeId` integer, required

## Response `200`

OK

- RobloxFollowingsApiModelsUserFollowingUniverseResponse — Model for a user following a universe controller responses
  - `universeId` integer — The id of the universe being followed
  - `userId` integer — The id of the user that is following

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — User is not authorized for this action. 0: Token Validation Failed

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/e15802062270/schema)
