> ## Documentation Index
> Fetch the complete documentation index at: https://docs.0xcord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Consumer

> API endpoint for Removing a consumer to the Chainlink VRF V2 subscription

## Params

<ParamField query="network" type="string" required>
  The blockchain network where the consumer will be unlinked (e.g.,
  polygon\_mumbai, mainnet)
</ParamField>

<ParamField query="consumer" type="string" required>
  The Removeress of the consumer contract to be unlinked
</ParamField>

## Response

<ResponseField name="data" type="object">
  <ResponseField name="success" type="boolean">
    Indicates whether the consumer was successfully unlinked
  </ResponseField>

  <ResponseField name="transactionHash" type="string">
    The transaction hash of the unlinking transaction
  </ResponseField>
</ResponseField>

<Card title="Chainlink VRF V2 Tutorial" href="/infrastructure/chainlink-vrf-v2">
  Learn how to integrate Chainlink VRF V2 with 0xCord
</Card>
