---
title: "Delete Secret"
method: DELETE
path: "/cloud/v2/universes/{universeId}/secrets/{secretId}"
tags: ["Universes"]
---

# Delete Secret

`DELETE /cloud/v2/universes/{universeId}/secrets/{secretId}`

Permanently deletes a secret from a universe.

Only the owner of the universe can delete secrets. For group-owned universes, only the group owner or authorized
members can delete secrets.

This operation is irreversible. Make sure you no longer need the secret before deleting it.

## Path parameters

- `universeId` integer, required
- `secretId` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

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