Remove Properties
This method allows you to remove a property from an item
Remove Property
POST
https://api.alturanft.com/api/v2/item/delete/property
Takes an item's collection address, tokenId, chaind Id, property name and your API key
Query Parameters
Name | Type | Description |
---|---|---|
apiKey* | String | Your API key |
Request Body
Name | Type | Description |
---|---|---|
address* | String | The item's collection address |
tokenId* | Integer | The item's tokenId |
propertyName* | String | The name (key) of the property you want to change |
chainId* | Integer | Network ID |
Last updated