the token id
value of the trait
name of the trait
POST /partner-api/tokens/{token_id}/remove-trait HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 42 "trait_value='text'&trait_name='text'"
Successful response
{ "token_id": "text", "image": "text", "traits": [ { "name": "text", "value": "text" } ] }