Revoke an NFT

Revokes an NFT

post

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

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

NFT ID

Responses
post
/v2/projects/n/:projectId/nfts/:nftId/revoke

Example

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

Last updated