---
title: "Give up an asset owned by the authenticated user.
Assets that are created by Roblox user or are limited edition are not eligible for deletion
and will return NotEligibleForDelete."
method: DELETE
path: "/v2/inventory/asset/{assetId}"
tags: ["Assets", "Inventories"]
---

# Give up an asset owned by the authenticated user.
Assets that are created by Roblox user or are limited edition are not eligible for deletion
and will return NotEligibleForDelete.

`DELETE /v2/inventory/asset/{assetId}`

## Path parameters

- `assetId` integer, required

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `401` — 0: Authorization has been denied for this request. 4: You are not authorized.
- `403` — 0: Token Validation Failed 2: You don't own the specified item. 3: The item is not allowed to be deleted.
- `404` — 1: The item does not exist.
- `500` — 0: An unknown error occured.

---

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