Delete Token-type (NFT Template)
Last updated
Last updated
Deleting an NFT token-type will remove it from all API responses, making it inaccessible through any API calls. Additionally, you will no longer be able to mint NFTs under a deleted token-type.
HTTP
{secretType}
Path
The blockchain of the contract
String
✅
{contractAddress}
Path
The contract address.
String
✅
{tokenTypeId}
Path
The id
of the token-type that you want to delete.
Integer
✅
HTTP
👍You will get a 200 OK response indicating the token-type has been deleted successfully.