Delete Nft Item Attribute

Delete item attribute with specified Nft item and item attribute.

Delete Nft Item Attribute

DELETE {{server-url}}/nft-items/:nftItemId/attributes/:itemAttributeId

Path Parameters

NameTypeDescription

nftItemId*

Number

Represents Nft item's identifier

itemAttributeId*

Number

Represents Nft item attribute's identifier

Headers

NameTypeDescription

Authorization*

String

UUID formatted access token

Content-Type*

String

application/json

PROJECT-ID*

String

UUID formatted projectId information

{
    // Response
}

Example Response Body

{
    "data": null,
    "message": null,
    "code": 0,
    "error": false
}

Last updated