Skip to main content
POST
https://0xcord.com
/
api
/
vrfv2
/
removeConsumer
Remove Consumer
curl --request POST \
  --url https://0xcord.com/api/vrfv2/removeConsumer \
  --header 'Authorization: <api-key>'
{
  "data": {
    "success": true,
    "transactionHash": "<string>"
  }
}

Params

network
string
required
The blockchain network where the consumer will be unlinked (e.g., polygon_mumbai, mainnet)
consumer
string
required
The Removeress of the consumer contract to be unlinked

Response

data
object
success
boolean
Indicates whether the consumer was successfully unlinked
transactionHash
string
The transaction hash of the unlinking transaction

Chainlink VRF V2 Tutorial

Learn how to integrate Chainlink VRF V2 with 0xCord