---
title: "Removes a badge from the authenticated user."
method: DELETE
path: "/v1/user/badges/{badgeId}"
tags: ["Badges"]
---

# Removes a badge from the authenticated user.

`DELETE /v1/user/badges/{badgeId}`

## Path parameters

- `badgeId` integer, required

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `404` — 1: Badge is invalid or does not exist.

---

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