Remove Properties
Remove Property
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
// Response
}{
// Response
}Last updated
This method allows you to remove a property from an item
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
apiKey*
String
Your API key
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
{
// Response
}{
// Response
}Last updated