DELETE api/Minter/{id}
Burns native assets both fungible and non-fungible tokens (NFT) based on the given parameters. Your DELETE request must contain your Access Id, Policy Id, Token Symbol, Quantity (Asset Amount) and the NFT flag (0 = false or 1 = true) in the query parameters.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The generated Token Id |
string |
Required |
Body Parameters
None.
Request Formats
text/plain
Sample:
For Burning Fungible Tokens https://nftrazer.futurbnk.net/api/Access/[TOKEN_ID]?accessId=[ACCESS_ID]&policy=[POLICY_ID]&symbol=MYASSET&qty=1000000&nft=0 For Burning Non-Fungible Tokens (NFT) https://nftrazer.futurbnk.net/api/Access/[TOKEN_ID]?accessId=[ACCESS_ID]&policy=[POLICY_ID]&symbol=MY1STNFT&qty=1&nft=1
application/json, text/json, text/xml, application/xml, application/x-www-form-urlencoded
Sample:
Not applicable.
Response Information
Resource Description
Returns the Transaction Reference Number which can be verified the status of if the asset was successfully burned or not.
IHttpActionResultNone.
Response Formats
text/plain
Sample:
1234
application/json, text/json, text/xml, application/xml
Sample:
Not applicable.