Burn an NFT

Burns an NFT

post

This endpoint allows you to burn a non-transferable NFT.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdintegerRequired
nftIdintegerRequired

NFT ID

Responses
202Success
application/json
post
/v2/projects/n/:projectId/nfts/:nftId/burn

Example

curl --location --request POST 'https://dev.underdogprotocol.com/v2/projects/n/:projectId/nfts/:nftId/burn
--header 'Authorization: Bearer {token}'

Last updated