---
title: "Remove playtesters from an owned universe."
method: DELETE
path: "/v1/universes/{universeId}/configuration/playtesters"
tags: ["Universes"]
---

# Remove playtesters from an owned universe.

`DELETE /v1/universes/{universeId}/configuration/playtesters`

## Path parameters

- `universeId` integer, required

## Request body

- RobloxApiDevelopModelsPlaytestersRequest — Request model for adding or removing playtesters.
  - `playtesters` integer[] — The user ids to add or remove as playtesters for this universe.

## Response `200`

OK

- RobloxApiDevelopModelsPlaytestersResponse — Response model for playtester list endpoints.
  - `playtesters` integer[] — The user ids that are playtesters for this universe.

## Other responses

- `400` — 1: The universe does not exist. 48: The playtesters list is missing or empty. 49: Too many playtesters were specified in a single request.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You are not authorized to configure this universe.

---

[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/ece7c5a315e7/schema)
