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

NameTypeDescription

apiKey*

String

Your API key

Request Body

NameTypeDescription

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
}

Last updated