---
title: "Deletes the outfit."
method: POST
path: "/v1/outfits/{userOutfitId}/delete"
tags: ["Avatars"]
---

# Deletes the outfit.

`POST /v1/outfits/{userOutfitId}/delete`

You are only allowed to delete outfits you created.

## Path parameters

- `userOutfitId` integer, required

## Headers

- `Roblox-Place-Id` integer

## Response `200`

OK

- RobloxApiAvatarModelsAvatarApiSuccessResponse — Success response class
  - `success` boolean — Gets or sets a value indicating whether the request was a success.

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You don't have permission to delete this outfit.
- `404` — 1: The specified userOutfitId is invalid!
- `500` — 3: An error occurred while deleting the outfit.

---

[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)
