---
title: "Burn Lazy NFT"
method: POST
path: "/v0.1/items/lazy/burn"
tags: ["NFT Items"]
deprecated: true
---

# Burn Lazy NFT

`POST /v0.1/items/lazy/burn`

> **Deprecated.**

Deletes Lazy NFT (supported only for some blockchains)

## Request body

- LazyItemBurnForm
  - `id` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
  - `creators` UnionAddress[], required — Address of the NFT item creators
  - `signatures` string[], required — Digital signatures

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
